33 Commits (b9d98d532cb9bdebff9854eaff91fea13769a595)

Author SHA1 Message Date
Victor Stinner 444f124fcf _tracemalloc.c: Fix typo 11 years ago
Serhiy Storchaka 56a6d855e2 Removed duplicated words in in comments and docs. 11 years ago
Victor Stinner 52aee85613 Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant 12 years ago
Victor Stinner 706768c687 Issue #22156: Fix some "comparison between signed and unsigned integers" 12 years ago
Victor Stinner d8f0d922d5 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to 12 years ago
Victor Stinner 45e8e2f218 Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() 12 years ago
Victor Stinner db067af12a Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), 12 years ago
Victor Stinner d9a7352348 Issue #21036: Fix typo in macro name 12 years ago
Victor Stinner dd382ef8ec Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit 12 years ago
Victor Stinner 711e27cd50 tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE 12 years ago
Victor Stinner 4d8c29cd57 tracemalloc: only use unsigned types to compute hash 12 years ago
Victor Stinner 590cebe391 Issue #19787: PyThread_set_key_value() now always set the value 12 years ago
Victor Stinner 441adb8c57 Backout changeset 46393019b650 12 years ago
Victor Stinner cd0cb8ccd3 Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, 12 years ago
Victor Stinner 88c29877c7 Close #19741: tracemalloc_realloc() does not release the table lock anymore 12 years ago
Victor Stinner 1511680b79 Close #19757: Cleanup tracemalloc, move 12 years ago
Victor Stinner be0708f066 Closes #19831: Stop tracemalloc later at Python shutdown to be able to use 12 years ago
Victor Stinner f28ce60441 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames 12 years ago
Victor Stinner 3c0481d426 Close #19798: replace "maximum" term with "peak" in get_traced_memory() 12 years ago
Victor Stinner 59463d8340 tracemalloc: fix get_traced_memory() docstring for result type 12 years ago
Victor Stinner 4dc74204c1 Issue #18874: Fix typo 12 years ago
Victor Stinner 2ead3d2448 Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1 12 years ago
Victor Stinner 7a5be14dd8 Issue #18874: tracemalloc: Comment the trace_t structure 12 years ago
Victor Stinner de2f132a5e Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment 12 years ago
Victor Stinner 4fbefdb217 Close #19762: Fix name of _get_traces() and _get_object_traceback() function 12 years ago
Victor Stinner 08facd2009 Issue #19741: cleanup tracemalloc_realloc() 12 years ago
Victor Stinner 52968676f1 Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller 12 years ago
Victor Stinner d606ba7f55 Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure 12 years ago
Victor Stinner 3728d6ced0 Issue #18874: Remove tracemalloc.set_traceback_limit() 12 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago