Home
last modified time | relevance | path

Searched refs:pool_is_in_list (Results 1 – 1 of 1) 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
1855 assert(pool_is_in_list(p, arenas[i].freepools)); in _PyObject_DebugMallocStats()
1864 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()