blender/intern/guardedalloc
Sybren A. Stüvel bee7a56687 Cleanup: document that MEM_dupallocN is NULL-safe
Add comment explaining `MEM_dupallocN` is NULL-safe, in that it returns
NULL when it receives a NULL pointer. This is currently true for both
implementations of the function (`MEM_lockfree_dupallocN` and
`MEM_guarded_dupallocN`), and will be expected of other implementations
as well.

No functional changes.
2021-11-16 17:11:45 +01:00
..
cpp Cleanup: don't use deprecated exception specifications 2020-05-14 11:24:50 +02:00
intern Cleanup: spelling in comments 2021-10-03 12:13:29 +11:00
test/simpletest Cleanup: full sentences in comments, improve comment formatting 2021-06-26 21:50:48 +10:00
tests Guarded allocator: Fix lock-free allocator tests 2020-11-19 16:17:48 +01:00
CMakeLists.txt CMake/guardedalloc: add header file to TEST_SRC 2021-03-14 18:11:24 +05:30
MEM_guardedalloc.h Cleanup: document that MEM_dupallocN is NULL-safe 2021-11-16 17:11:45 +01:00