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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 188 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
659 POOL must be the pool address associated with P, i.e., POOL = POOL_ADDR(P)
661 once, and for efficiency it's best for the caller to assign POOL_ADDR(P) to a
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 158 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
312 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
616 POOL must be the pool address associated with P, i.e., POOL = POOL_ADDR(P)
618 once, and for efficiency it's best for the caller to assign POOL_ADDR(P) to a
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 188 * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
659 POOL must be the pool address associated with P, i.e., POOL = POOL_ADDR(P)
661 once, and for efficiency it's best for the caller to assign POOL_ADDR(P) to a
    [all...]

Completed in 73 milliseconds