ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <fxnpagedlookasidelist.hpp>
Protected Member Functions | |
~FxNPagedLookasideListFromPool (VOID) | |
virtual VOID | Reclaim (__in FxMemoryBufferFromLookaside *Memory) |
virtual VOID | ReclaimPool (__inout PVOID Pool) |
![]() | |
virtual | ~FxLookasideList () |
_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) |
Protected Attributes | |
NPAGED_LOOKASIDE_LIST | m_ObjectLookaside |
NPAGED_LOOKASIDE_LIST | m_PoolLookaside |
![]() | |
size_t | m_BufferSize |
size_t | m_MemoryObjectSize |
ULONG | m_PoolTag |
![]() | |
union { | |
CfxDeviceBase * m_DeviceBase | |
CfxDevice * m_Device | |
}; | |
Private Attributes | |
friend | FxMemoryBufferFromPoolLookaside |
Definition at line 59 of file fxnpagedlookasidelist.hpp.
FxNPagedLookasideListFromPool::FxNPagedLookasideListFromPool | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in ULONG | PoolTag | ||
) |
Definition at line 140 of file fxnpagedlookasidelistkm.cpp.
|
protected |
Definition at line 147 of file fxnpagedlookasidelistkm.cpp.
|
virtual |
Implements FxLookasideList.
Definition at line 210 of file fxnpagedlookasidelistkm.cpp.
|
virtual |
Implements FxLookasideList.
Definition at line 162 of file fxnpagedlookasidelistkm.cpp.
|
protectedvirtual |
Implements FxLookasideList.
Definition at line 263 of file fxnpagedlookasidelistkm.cpp.
Referenced by Allocate().
|
inlineprotectedvirtual |
Implements FxLookasideListFromPool.
Definition at line 97 of file fxnpagedlookasidelist.hpp.
|
private |
Definition at line 61 of file fxnpagedlookasidelist.hpp.
Referenced by Allocate().
|
protected |
Definition at line 104 of file fxnpagedlookasidelist.hpp.
Referenced by Allocate(), Initialize(), Reclaim(), and ~FxNPagedLookasideListFromPool().
|
protected |
Definition at line 106 of file fxnpagedlookasidelist.hpp.
Referenced by Allocate(), Initialize(), ReclaimPool(), and ~FxNPagedLookasideListFromPool().