Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c621 OBJECT_STAT_INC_COND(allocations_big, size >= 4094); in PyMem_Malloc()
634 OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094); in PyMem_Calloc()
710 OBJECT_STAT_INC_COND(allocations_big, size >= 4094); in PyObject_Malloc()
723 OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094); in PyObject_Calloc()
/third_party/python/Include/internal/
H A Dpycore_code.h294 uint64_t allocations_big; member
/third_party/python/Python/
H A Dspecialize.c191 fprintf(out, "Object allocations over 4 kbytes: %" PRIu64 "\n", stats->allocations_big); in print_object_stats()

Completed in 8 milliseconds