This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern
Sergey Sharybin 1be2936298 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.
2013-05-30 14:27:24 +00:00
..
2013-02-11 00:49:00 +00:00
2013-05-30 11:05:02 +00:00
2013-03-29 06:25:22 +00:00
2013-03-18 11:44:56 +00:00
2013-05-01 17:49:19 +00:00
2012-12-17 08:01:43 +00:00
2013-04-25 19:50:51 +00:00
2013-03-29 06:25:22 +00:00