Home
last modified time | relevance | path

Searched refs:POOL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c76 } POOL; typedef
81 POOL mPoolHead[EfiMaxMemoryType];
143 POOL *
149 POOL *Pool; in LookupPoolHead()
164 Pool = CR(Link, POOL, Link, POOL_SIGNATURE); in LookupPoolHead()
170 Pool = CoreAllocatePoolI (EfiBootServicesData, sizeof (POOL)); in LookupPoolHead()
297 POOL *Pool; in CoreAllocatePoolI()
521 POOL *Pool; in CoreFreePoolI()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c694 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument
695 ((arenaindex_temp = (POOL)->arenaindex) < maxarenas && \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument
738 ((arenaindex_temp = (POOL)->arenaindex) < maxarenas && \