THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
sandey
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
forked from
bartvdbraak/blender
Code
Pull Requests
Activity
f6527043d9
blender
/
intern
/
guardedalloc
History
Campbell Barton
1ac57ccbc8
correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.
2013-08-28 22:12:40 +00:00
..
cpp
code cleanup: some warnings and formatting for PyMethodDef's in the BGE.
2012-11-10 05:42:50 +00:00
intern
correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.
2013-08-28 22:12:40 +00:00
test
/simpletest
style cleanup
2013-06-06 06:02:46 +00:00
CMakeLists.txt
add GPL header to treehash.c and add missing includes to cmake.
2013-08-24 03:17:28 +00:00
MEM_guardedalloc.h
use gcc malloc attribute for low level allocation functions, prevents gcc from checking if resulting pointers alias existing pointers, also use sentinel attribute for uiButGetStrInfo so incorrect usage gives a warning.
2013-08-05 20:57:13 +00:00
mmap_win.h
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
2013-05-28 19:35:26 +00:00
SConscript
Speedup for guarded allocator
2013-08-19 10:51:40 +00:00