• Victor Stinner's avatar
    _tracemalloc: use compact key for traces · 5e14a38e
    Victor Stinner yazdı
    Issue #26588: Optimize memory footprint of _tracemalloc before non-zero domain
    is used. Start with compact key (Py_uintptr_t) and also switch to pointer_t key
    when the first memory block with a non-zero domain is tracked.
    5e14a38e
_tracemalloc.c 45.2 KB