HomeSort by relevance Sort by last modified time
    Searched refs:poolp (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 194 int bcm_mpm_delete_prealloc_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
233 int bcm_mpm_delete_heap_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 292 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] = {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 262 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 pool) Py_NO_INLINE;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 292 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 pool) Py_NO_INLINE
    [all...]

Completed in 1014 milliseconds