blender/intern/guardedalloc/intern
Brecht Van Lommel 183ba284f2 Cleanup: make guarded memory allocation always thread safe
Previously this would be enabled when threads were used, but threads are now
basically always in use so there is no point. Further, this is only needed for
guarded allocation with --debug-memory which is not performance critical.
2020-05-20 01:03:05 +02:00
..
mallocn_guarded_impl.c Cleanup: make guarded memory allocation always thread safe 2020-05-20 01:03:05 +02:00
mallocn_inline.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mallocn_intern.h Cleanup: make guarded memory allocation always thread safe 2020-05-20 01:03:05 +02:00
mallocn_lockfree_impl.c Cleanup: make guarded memory allocation always thread safe 2020-05-20 01:03:05 +02:00
mallocn.c Cleanup: make guarded memory allocation always thread safe 2020-05-20 01:03:05 +02:00
mmap_win.c Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00