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

4 Modified Paths:

/source/blender/blenkernel/intern/node_composite.c (+18, -18) (Diff)
/source/blender/blenlib/BLI_threads.h (+6, -2) (Diff)
/source/blender/blenlib/intern/threads.c (+32, -2) (Diff)
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021