Blender Git Loki
Git Commits -> Revision 1be2936
Revision 1be2936 by Sergey Sharybin (master) May 30, 2013, 14:27 (GMT) |
Backtrace for unfreed memory blocks Added an option to show backtrace from where non-freed datablock was allocated from. To enable this feature, simply enable DEBUG_BACKTRACE in mallocn.c file and all unfreed datablocks will be followed up by a backtrace. Currently works on linux and osx only, windows support is on TODO. This feature is for sure disabled by default, so does not affect any builds which don't explicitly define DEBUG_BACKTRACE. |
Commit Details:
Full Hash: 1be293629833a43a5ecf3a76c6ed838d183a2683
SVN Revision: 57143
Parent Commit: 7586580
Lines Changed: +65, -1
1 Modified Path:
/intern/guardedalloc/intern/mallocn.c (+65, -1) (Diff)