Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dexpool.c1076 if ((PoolTrackTableSize + 1) > (MAXULONG_PTR / sizeof(POOL_TRACKER_TABLE))) in InitializePool()
1087 sizeof(POOL_TRACKER_TABLE)); in InitializePool()
1112 PoolTrackTableSize * sizeof(POOL_TRACKER_TABLE)); in InitializePool()
1191 PoolTrackTable, PoolTrackTableSize * sizeof(POOL_TRACKER_TABLE)); in InitializePool()
1266 ROUND_TO_PAGES(PoolTrackTableSize * sizeof(POOL_TRACKER_TABLE)), in InitializePool()
1337 Context->PoolTrackTableSize * sizeof(POOL_TRACKER_TABLE)); in ExpGetPoolTagInfoTarget()
1384 TableSize = EntryCount * sizeof(POOL_TRACKER_TABLE); in ExGetPoolTagInfo()
H A Dmiarm.h390 } POOL_TRACKER_TABLE, *PPOOL_TRACKER_TABLE; typedef