Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpyarena.c70 size_t total_allocs; member
150 arena->total_allocs = 0; in PyArena_New()
189 arena->total_allocs++; in PyArena_Malloc()
/external/python/cpython3/Python/
Dpyarena.c67 size_t total_allocs; member
147 arena->total_allocs = 0; in PyArena_New()
186 arena->total_allocs++; in PyArena_Malloc()