ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Functions | |
_Must_inspect_result_ NTSTATUS __inline | FxPoolAddHeaderSize (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in size_t AllocationSize, __out size_t *NewSize) |
VOID __inline | FxPoolInsertNonPagedAllocateTracker (__in PFX_POOL Pool, __in PFX_POOL_TRACKER Tracker, __in SIZE_T Size, __in ULONG Tag, __in PVOID Caller) |
VOID __inline | FxPoolRemoveNonPagedAllocateTracker (__in PFX_POOL_TRACKER Tracker) |
VOID __inline | FxPoolInsertPagedAllocateTracker (__in PFX_POOL Pool, __in PFX_POOL_TRACKER Tracker, __in SIZE_T Size, __in ULONG Tag, __in PVOID Caller) |
VOID __inline | FxPoolRemovePagedAllocateTracker (__in PFX_POOL_TRACKER Tracker) |
_Must_inspect_result_ NTSTATUS __inline FxPoolAddHeaderSize | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in size_t | AllocationSize, | ||
__out size_t * | NewSize | ||
) |
Definition at line 37 of file fxpoolinlines.hpp.
Referenced by FxDevice::Initialize(), FxPagedLookasideListFromPool::Initialize(), and FxLookasideList::InitializeLookaside().
VOID __inline FxPoolInsertNonPagedAllocateTracker | ( | __in PFX_POOL | Pool, |
__in PFX_POOL_TRACKER | Tracker, | ||
__in SIZE_T | Size, | ||
__in ULONG | Tag, | ||
__in PVOID | Caller | ||
) |
Definition at line 80 of file fxpoolinlines.hpp.
Referenced by FxDevice::AllocateRequestMemory(), FxPoolAllocator(), and FxLookasideList::InitObjectAlloc().
VOID __inline FxPoolInsertPagedAllocateTracker | ( | __in PFX_POOL | Pool, |
__in PFX_POOL_TRACKER | Tracker, | ||
__in SIZE_T | Size, | ||
__in ULONG | Tag, | ||
__in PVOID | Caller | ||
) |
Definition at line 172 of file fxpoolinlines.hpp.
Referenced by FxPoolAllocator(), and FxPagedLookasideListFromPool::InitPagedAlloc().
VOID __inline FxPoolRemoveNonPagedAllocateTracker | ( | __in PFX_POOL_TRACKER | Tracker | ) |
Definition at line 139 of file fxpoolinlines.hpp.
Referenced by FxObject::_CleanupPointer(), and FxPoolFree().
VOID __inline FxPoolRemovePagedAllocateTracker | ( | __in PFX_POOL_TRACKER | Tracker | ) |
Definition at line 229 of file fxpoolinlines.hpp.
Referenced by FxPoolFree(), and FxPagedLookasideListFromPool::ReclaimPool().