Home
last modified time | relevance | path

Searched refs:allocations4k (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c620 OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094); in PyMem_Malloc()
633 OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094); in PyMem_Calloc()
709 OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094); in PyObject_Malloc()
722 OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094); in PyObject_Calloc()
/third_party/python/Include/internal/
H A Dpycore_code.h293 uint64_t allocations4k; member
/third_party/python/Python/
H A Dspecialize.c190 fprintf(out, "Object allocations to 4 kbytes: %" PRIu64 "\n", stats->allocations4k); in print_object_stats()

Completed in 9 milliseconds