Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c619 OBJECT_STAT_INC_COND(allocations512, size < 512); in PyMem_Malloc()
632 OBJECT_STAT_INC_COND(allocations512, elsize < 512); in PyMem_Calloc()
708 OBJECT_STAT_INC_COND(allocations512, size < 512); in PyObject_Malloc()
721 OBJECT_STAT_INC_COND(allocations512, elsize < 512); in PyObject_Calloc()
/third_party/python/Include/internal/
H A Dpycore_code.h292 uint64_t allocations512; member
/third_party/python/Python/
H A Dspecialize.c189 fprintf(out, "Object allocations to 512 bytes: %" PRIu64 "\n", stats->allocations512); in print_object_stats()

Completed in 9 milliseconds