Home
last modified time | relevance | path

Searched refs:poolp (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c1013 typedef struct pool_header *poolp; typedef
1060 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
1061 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
1134 Major obscurity: While the usedpools vector is declared to have poolp
1136 poolp entry, the nextpool and prevpool members of a pool_header. The
1141 "acts like" a genuine poolp, but only so long as you only reference its
1151 contains is a fudged-up pointer p such that *if* C believes it's a poolp
1164 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1167 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1292 poolp in _Py_GetAllocatedBlocks()
[all...]

Completed in 4 milliseconds