summaryrefslogtreecommitdiff
path: root/Modules/_tracemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH...Victor Stinner2018-11-131-0/+6
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-151-92/+16
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-17/+8
* bpo-31338 (#3374)Barry Warsaw2017-09-141-1/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-36/+5
* bpo-31018: Switch to #pragma pack from __declspec(align) (#2848)Segev Finer2017-07-251-1/+4
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)Xiang Zhang2017-07-191-2/+1
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-10/+10
* Issue #20186: Regenerated Argument Clinic.Serhiy Storchaka2017-02-051-1/+1
* Issue #20186: Converted the tracemalloc module to Argument Clinic.Serhiy Storchaka2017-02-041-102/+123
* replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-2/+2
* replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-15/+15
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* - make some internal symbols staticdoko@ubuntu.com2016-05-181-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* | _tracemalloc: use compact key for tracesVictor Stinner2016-03-231-1/+61
* | Cleanup hashtable.hVictor Stinner2016-03-231-26/+24
* | Issue #26588:Victor Stinner2016-03-231-11/+27
* | Issue #26588:Victor Stinner2016-03-231-1/+1
* | Issue #26588: Optimize tracemalloc_realloc()Victor Stinner2016-03-231-1/+6
* | Merge 3.5Victor Stinner2016-03-231-15/+1
|\ \ | |/
| * Enhance _tracemalloc debug modeVictor Stinner2016-03-231-1/+1
| * Fix _tracemalloc start/stopVictor Stinner2016-03-231-14/+0
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-221-64/+5
* | Issue #26588: more debug tracesVictor Stinner2016-03-221-1/+6
* | Issue #26588: Don't call tracemalloc_init() at module initilizationVictor Stinner2016-03-221-0/+2
* | Issue #26588: one more assertionVictor Stinner2016-03-221-0/+1
* | Add assertions on tracemalloc_reentrant_keyVictor Stinner2016-03-221-2/+8
* | Issue #26588: more assertionsVictor Stinner2016-03-221-2/+23
* | Issue #26588: add debug tracesVictor Stinner2016-03-221-5/+35
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-11/+71
* | tracemalloc now supports domainsVictor Stinner2016-03-221-53/+214
* | Simplify implementation of hashtable.cVictor Stinner2016-03-221-6/+8
* | Issue #26588: Fix compilation warning on WindowsVictor Stinner2016-03-211-1/+1
* | hashtable.h now supports keys of any sizeVictor Stinner2016-03-211-37/+68
* | Ooops, revert changeset ea9efa06c137Victor Stinner2016-03-211-138/+48
* | _tracemalloc: add domain to trace keysVictor Stinner2016-03-181-48/+138
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-151-11/+56
* | Merge 3.5 (_tracemalloc)Victor Stinner2016-03-151-17/+7
|\ \ | |/
| * _tracemalloc: store lineno as unsigned intVictor Stinner2016-03-151-17/+7
* | _tracemalloc: filename cannot be NULLVictor Stinner2016-03-151-2/+2
* | Issue #26558: Remove useless check in tracemallocVictor Stinner2016-03-141-4/+0
|/
* Merge 3.4 (tracemalloc typo)Victor Stinner2015-03-181-1/+1
|\
| * _tracemalloc.c: Fix typoVictor Stinner2015-03-181-1/+1
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
|\ \ | |/
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* | Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constantVictor Stinner2014-08-161-6/+6