Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dexpool.c1467 SIZE_T NewSize, NewSizeInBytes; in _IRQL_requires_() local
1511 if (!NT_SUCCESS(RtlSIZETMult(sizeof(POOL_TRACKER_BIG_PAGES), NewSize, &NewSizeInBytes))) in _IRQL_requires_()
1518 NewTable = MiAllocatePoolPages(NonPagedPool, NewSizeInBytes); in _IRQL_requires_()
1521 DPRINT("Could not allocate %lu bytes for new big page table\n", NewSizeInBytes); in _IRQL_requires_()
1529 RtlZeroMemory(NewTable, NewSizeInBytes); in _IRQL_requires_()
1574 ExpInsertPoolTracker('looP', ALIGN_UP_BY(NewSizeInBytes, PAGE_SIZE), 0); in _IRQL_requires_()