Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c1184 static int debug_stats = -1; in new_arena() local
1186 if (debug_stats == -1) { in new_arena()
1188 debug_stats = (opt != NULL && *opt != '\0'); in new_arena()
1190 if (debug_stats) in new_arena()