c1d4b6f339c723d661d81e435afb018e504ee60a
This patch adds address sanitizer support to memory pools. when ASAN is enabled the following happens: * 32 byte red zones are inserted between pool elements. * The BLI_mempool struct itself is marked as a red zone. * Access to the pool goes through a thread mutex (except when compiling makesdna). This is very useful for finding bugs in code that uses BMesh. Pull Request: #104668
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
