Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1211 static Py_ssize_t raw_allocated_blocks; variable
1216 Py_ssize_t n = raw_allocated_blocks; in _Py_GetAllocatedBlocks()
1647 raw_allocated_blocks++; in _PyObject_Malloc()
1667 raw_allocated_blocks++; in _PyObject_Calloc()
1923 raw_allocated_blocks--; in _PyObject_Free()