ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <sacdrv.h>
Public Attributes | |
ULONG | Signature |
PSAC_MEMORY_ENTRY | LocalDescriptor |
ULONG | Size |
struct _SAC_MEMORY_LIST * | Next |
PSAC_MEMORY_ENTRY _SAC_MEMORY_LIST::LocalDescriptor |
Definition at line 200 of file sacdrv.h.
Referenced by InitializeMemoryManagement(), MyAllocatePool(), and MyFreePool().
struct _SAC_MEMORY_LIST* _SAC_MEMORY_LIST::Next |
Definition at line 202 of file sacdrv.h.
Referenced by FreeMemoryManagement(), InitializeMemoryManagement(), MyAllocatePool(), and MyFreePool().
ULONG _SAC_MEMORY_LIST::Signature |
Definition at line 199 of file sacdrv.h.
Referenced by FreeMemoryManagement(), InitializeMemoryManagement(), MyAllocatePool(), and MyFreePool().
ULONG _SAC_MEMORY_LIST::Size |
Definition at line 201 of file sacdrv.h.
Referenced by InitializeMemoryManagement(), MyAllocatePool(), and MyFreePool().