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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 228 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 198 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK
312 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
602 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 228 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
645 excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 706 #define POOL_SIZE_MASK SYSTEM_PAGE_SIZE_MASK
    [all...]

Completed in 203 milliseconds