Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c1133 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1136 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = { variable
1861 poolp next = usedpools[size + size]; /* == prev */ in allocate_from_new_pool()
1920 poolp pool = usedpools[size + size]; in pymalloc_alloc()
1990 poolp next = usedpools[size + size]; in insert_to_usedpool()
2993 assert(pool_is_in_list(p, usedpools[sz + sz])); in _PyObject_DebugMallocStats()
/third_party/python/Tools/c-analyzer/
DTODO17 Objects/obmalloc.c:usedpools static poolp usedpools[2 * ((NB_SM…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1558 Objects/obmalloc.c - usedpools -