summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pymem.h
Commit message (Expand)AuthorAgeFilesLines
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+4
* gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)Victor Stinner2023-10-171-6/+0
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-241-12/+0
* bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)Petr Viktorin2021-04-231-2/+0
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...Skip Montanaro2020-06-011-8/+0
* bpo-36763: Add PyMemAllocatorName (GH-13387)Victor Stinner2019-05-171-5/+14
* bpo-35134: Add Include/cpython/pymem.h (GH-12840)Victor Stinner2019-04-151-0/+99