Blender Git Loki
Git Commits -> Revision e193648
Revision e193648 by Ton Roosendaal (master) January 30, 2006, 11:09 (GMT) |
Created threadsafe MEM_malloc versions in BLI_threads.h, now in use for compositing code. Officially malloc/calloc/free is threadsafe, but our secure malloc system requires all memory blocks to be stored in a single list, so when two threads write in this list you get conflicts. |
Commit Details:
Full Hash: e1936485952092b0ff96485666f86d65fe8f1e58
SVN Revision: 6605
Parent Commit: 18ab7c4
Lines Changed: +57, -23