Files
test/source/blender/makesdna
Joseph Eagar c1d4b6f339 Core: Add ASAN support to BLI_mempool
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
2023-04-26 01:32:41 -07:00
..
2023-04-26 10:37:56 +12:00
2022-09-19 14:52:27 +10:00
2023-04-26 16:14:07 +10:00
2023-04-26 16:14:07 +10:00
2023-01-10 19:04:07 +11:00
2023-04-05 15:30:32 +02:00
2022-09-19 14:52:27 +10:00
2023-03-03 00:35:45 +01:00