This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
754f93f30d7898dcfabf818066ea99c19fcba37c
test
/
intern
/
guardedalloc
History
Brecht Van Lommel
bc0e3ffc0c
Fix build error after removing return value from MEM_freeN.
2013-05-21 10:13:42 +00:00
..
cpp
code cleanup: some warnings and formatting for PyMethodDef's in the BGE.
2012-11-10 05:42:50 +00:00
intern
Fix build error after removing return value from MEM_freeN.
2013-05-21 10:13:42 +00:00
test
/simpletest
style cleanup
2012-09-20 12:29:28 +00:00
CMakeLists.txt
add option to disable guardedalloc, helps for debugging memory errors
2013-05-08 12:55:23 +00:00
MEM_guardedalloc.h
remove return value from MEM_freeN, it wasn't used anywhere and was cast to a different function signature. (which evidently works but error prone).
2013-05-21 07:37:59 +00:00
MEM_sys_types.h
code cleanup: quiet warnings building with mingw.
2013-03-29 00:50:52 +00:00
mmap_win.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
SConscript
add option to disable guardedalloc, helps for debugging memory errors
2013-05-08 12:55:23 +00:00