Home
last modified time | relevance | path

Searched refs:POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c197 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */ macro
315 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
600 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE; in new_arena()
601 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE); in new_arena()
605 arenaobj->pool_address += POOL_SIZE - excess; in new_arena()
870 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()
899 pool->maxnextoffset = POOL_SIZE - size; in PyObject_Malloc()
911 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()
915 usable_arenas->pool_address += POOL_SIZE; in PyObject_Malloc()
1790 arena_alignment += POOL_SIZE; in _PyObject_DebugMallocStats()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */ macro
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
643 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE; in new_arena()
644 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE); in new_arena()
648 arenaobj->pool_address += POOL_SIZE - excess; in new_arena()
913 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()
942 pool->maxnextoffset = POOL_SIZE - size; in PyObject_Malloc()
954 ARENA_SIZE - POOL_SIZE); in PyObject_Malloc()
958 usable_arenas->pool_address += POOL_SIZE; in PyObject_Malloc()
1839 arena_alignment += POOL_SIZE; in _PyObject_DebugMallocStats()
[all …]