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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c292 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
341 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
424 Major obscurity: While the usedpools vector is declared to have poolp
426 poolp entry, the nextpool and prevpool members of a pool_header. The
431 "acts like" a genuine poolp, but only so long as you only reference its
441 contains is a fudged-up pointer p such that *if* C believes it's a poolp
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
770 int Py_ADDRESS_IN_RANGE(void *P, poolp poo
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c262 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
311 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
312 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
394 Major obscurity: While the usedpools vector is declared to have poolp
396 poolp entry, the nextpool and prevpool members of a pool_header. The
401 "acts like" a genuine poolp, but only so long as you only reference its
411 contains is a fudged-up pointer p such that *if* C believes it's a poolp
424 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
427 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
727 int Py_ADDRESS_IN_RANGE(void *P, poolp poo
[all...]

Completed in 8 milliseconds