blender/intern/guardedalloc
Bastien Montagne 4195e9e1a7 MEM_guarded: Improve error reporting usefulness.
The main change from this commit is the usage of ASAN poisoning (if
available) to trigger an ASAN report on the erroring memory block.

The main benefit is the report of the allocation backtrace of that
faulty memory block.

Pull Request: https://projects.blender.org/blender/blender/pulls/124231
2024-07-08 12:10:37 +02:00
..
cpp Add detection of mismatches usages of MEM_new/MEM_freeN. 2024-07-03 17:23:03 +02:00
intern MEM_guarded: Improve error reporting usefulness. 2024-07-08 12:10:37 +02:00
test/simpletest Cleanup: use braces around statements 2023-09-12 14:48:20 +10:00
tests License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
CMakeLists.txt Add detection of mismatches usages of MEM_new/MEM_freeN. 2024-07-03 17:23:03 +02:00
MEM_guardedalloc.h Add detection of mismatches usages of MEM_new/MEM_freeN. 2024-07-03 17:23:03 +02:00