ReactOS 0.4.16-dev-1105-gafe29ee
|
#include <fxlookasidelist.hpp>
Protected Member Functions | |
virtual VOID | ReclaimPool (__inout PVOID Pool)=0 |
![]() | |
virtual | ~FxLookasideList () |
virtual VOID | Reclaim (__in FxMemoryBufferFromLookaside *Memory)=0 |
_Must_inspect_result_ NTSTATUS | InitializeLookaside (__in USHORT BufferSize, __in USHORT MemoryObjectSize, __in PWDF_OBJECT_ATTRIBUTES MemoryAttributes) |
PVOID | InitObjectAlloc (__out_bcount(this->m_MemoryObjectSize) PVOID Alloc) |
![]() | |
FxObject (__in WDFTYPE Type, __in USHORT Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in FxObjectType ObjectType) | |
FxObjectDebugExtension * | GetDebugExtension (VOID) |
BOOLEAN | IsDebug (VOID) |
VOID | AllocateTagTracker (__in WDFTYPE Type) |
virtual VOID | SelfDestruct (VOID) |
PVOID __inline | GetObjectHandleUnchecked (VOID) |
VOID __inline | DestroyChildren (VOID) |
VOID | DeleteEarlyDisposedObject (VOID) |
Private Attributes | |
friend | FxMemoryBufferFromPoolLookaside |
Definition at line 105 of file fxlookasidelist.hpp.
|
inline |
Definition at line 109 of file fxlookasidelist.hpp.
Implemented in FxNPagedLookasideListFromPool, and FxPagedLookasideListFromPool.
|
private |
Definition at line 106 of file fxlookasidelist.hpp.