• Victor Stinner's avatar
    hashtable.h now supports keys of any size · 5103ab4c
    Victor Stinner authored
    Issue #26588: hashtable.h now supports keys of any size, not only
    sizeof(void*). It allows to support key larger than sizeof(void*), but also to
    use less memory for key smaller than sizeof(void*).
    5103ab4c
_tracemalloc.c 39.6 KB