Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1397 pool_is_in_list(const poolp target, poolp list) in pool_is_in_list() function
1412 #define pool_is_in_list(X, Y) 1 macro
1861 assert(pool_is_in_list(p, arenas[i].freepools)); in _PyObject_DebugMallocStats()
1870 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c2487 pool_is_in_list(const poolp target, poolp list) in pool_is_in_list() function
2582 assert(pool_is_in_list(p, arenas[i].freepools)); in _PyObject_DebugMallocStats()
2592 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()