Home
last modified time | relevance | path

Searched refs:from_freelist (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_code.h297 uint64_t from_freelist; member
/third_party/python/Python/
H A Dcontext.c354 OBJECT_STAT_INC(from_freelist); in _context_alloc()
H A Dspecialize.c186 fprintf(out, "Object allocations from freelist: %" PRIu64 "\n", stats->from_freelist); in print_object_stats()
/third_party/python/Objects/
H A Dtupleobject.c1203 OBJECT_STAT_INC(from_freelist); in maybe_freelist_pop()
H A Dgenobject.c2022 OBJECT_STAT_INC(from_freelist); in _PyAsyncGenValueWrapperNew()
H A Dfloatobject.c144 OBJECT_STAT_INC(from_freelist); in PyFloat_FromDouble()
H A Ddictobject.c627 OBJECT_STAT_INC(from_freelist); in new_keys_object()
731 OBJECT_STAT_INC(from_freelist); in new_dict()
H A Dlistobject.c173 OBJECT_STAT_INC(from_freelist); in PyList_New()

Completed in 24 milliseconds