blender/intern/guardedalloc
Bastien Montagne 32ece7d604 Fix (unreported) 'copy' version of MEM_cnew not handling alignment.
Almost certainly not an issue in current codebase (this 'copy' version
of `MEM_cnew` does not seem much used in the first place), but better be
consistent with the 'allocating' version.

Pull Request: https://projects.blender.org/blender/blender/pulls/123445
2024-06-20 11:00:34 +02:00
..
cpp Cleanup: use braces around statements 2023-09-12 14:48:20 +10:00
intern Cleanup: Sync 'alignment' checks of guarded allocator with lockfree one. 2024-06-20 11:00:33 +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 Cleanup: move mallocn to c++ 2024-04-15 13:02:17 +02:00
MEM_guardedalloc.h Fix (unreported) 'copy' version of MEM_cnew not handling alignment. 2024-06-20 11:00:34 +02:00