summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/mem.c
Commit message (Expand)AuthorAgeFilesLines
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+9
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-241-12/+0
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-231-75/+0
* gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)Serhiy Storchaka2023-07-181-5/+3
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-021-18/+0
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-1/+1
* gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)Erlend E. Aasland2022-12-171-0/+81
* gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)Erlend E. Aasland2022-11-161-0/+643