summaryrefslogtreecommitdiff
path: root/memdbg.py
Commit message (Collapse)AuthorAgeFilesLines
* Move package into srcHynek Schlawack2015-10-171-82/+0
| | | | Prevents accidental imports when running tests.
* Python 3 syntax compatibilityJean-Paul Calderone2014-01-101-3/+3
|
* changing the name back does not reintroduce the problem, how funJean-Paul Calderone2014-01-011-4/+4
|
* randomly guess that the names of these functions is causing problems and ↵Jean-Paul Calderone2014-01-011-4/+4
| | | | give them less scary names
* Only initialize the heap if setup succeedsJean-Paul Calderone2013-03-031-1/+2
|
* Some optional logging.Jean-Paul Calderone2013-03-031-2/+14
|
* Keep track of size of allocations as well and report this information when ↵Jean-Paul Calderone2013-03-021-2/+2
| | | | reporting leaks; also add realloc support and some belt-and-suspenders stuff to stack formatting code.
* Somewhat more sophisticated leak reportingJean-Paul Calderone2013-03-011-0/+69