Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dexpool.c1974 if (NumberOfBytes > POOL_MAX_ALLOC) in ExAllocatePoolWithTag()
H A Dmiarm.h281 #define POOL_MAX_ALLOC (PAGE_SIZE - (sizeof(POOL_HEADER) + POOL_BLOCK_SIZE)) macro