HomeSort by relevance Sort by last modified time
    Searched refs:show_alloc_count (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Include/
pystate.h 41 int show_alloc_count; /* -X showalloccount */ member in struct:__anon37120
  /external/python/cpython3/Programs/
_testembed.c 455 config.show_alloc_count = 1;
  /external/python/cpython3/Modules/
main.c     [all...]
  /external/python/cpython3/Objects/
tupleobject.c 48 if (!interp->core_config.show_alloc_count) {
object.c 100 if (!interp->core_config.show_alloc_count) {
    [all...]
listobject.c 80 #undef SHOW_ALLOC_COUNT
81 #ifdef SHOW_ALLOC_COUNT
89 if (!interp->core_config.show_alloc_count) {
141 #ifdef SHOW_ALLOC_COUNT
157 #ifdef SHOW_ALLOC_COUNT
164 #ifdef SHOW_ALLOC_COUNT
    [all...]

Completed in 470 milliseconds