blender/intern/guardedalloc
Mai Lavelle 2540741dee Fix implementation of atomic update max and move to a central location
While unlikely to have had any serious effects because of limited use, the
previous implementation was not actually atomic due to a data race and
incorrectly coded CAS loop. We also had duplicates of this code in a few
places, it's now been moved to a single location with all other atomic
operations.
2017-08-23 06:54:25 -04:00
..
cpp
intern Fix implementation of atomic update max and move to a central location 2017-08-23 06:54:25 -04:00
test/simpletest Cleanup: comment blocks 2016-07-15 02:39:45 +10:00
CMakeLists.txt
MEM_guardedalloc.h GuardedAlloc: safer MEM_SAFE_FREE 2015-03-12 23:49:15 +11:00
mmap_win.h