Home
last modified time | relevance | path

Searched refs:show_alloc_count (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h41 int show_alloc_count; /* -X showalloccount */ member
/external/python/cpython3/Programs/
D_testembed.c455 config.show_alloc_count = 1; in test_init_from_config()
/external/python/cpython3/Modules/
Dmain.c2350 config->show_alloc_count = 1; in _PyCoreConfig_Read()
2508 COPY_ATTR(show_alloc_count); in _PyCoreConfig_Copy()
2590 SET_ITEM_INT(show_alloc_count); in _PyCoreConfig_AsDict()
/external/python/cpython3/Objects/
Dtupleobject.c48 if (!interp->core_config.show_alloc_count) { in show_track()
Dobject.c100 if (!interp->core_config.show_alloc_count) { in dump_counts()
Dlistobject.c89 if (!interp->core_config.show_alloc_count) { in show_alloc()