Go to the source code of this file.
◆ POOL_TYPE_GLOBAL
| #define POOL_TYPE_GLOBAL 9999 |
◆ POOL_TYPE_PAGED
| #define POOL_TYPE_PAGED 1234 |
◆ MiInitializePoolSystem()
| MTSTATUS MiInitializePoolSystem |
( |
void | | ) |
|
◆ MmAllocatePoolWithTag()
| void * MmAllocatePoolWithTag |
( |
IN enum _POOL_TYPE | PoolType, |
|
|
IN size_t | NumberOfBytes, |
|
|
IN uint32_t | Tag ) |
◆ MmFreePool()
| void MmFreePool |
( |
IN void * | buf | ) |
|
◆ GlobalPool
◆ MmNonPagedPoolEnd
| uintptr_t MmNonPagedPoolEnd = 0 |
◆ MmNonPagedPoolStart
| uintptr_t MmNonPagedPoolStart = 0 |
◆ MmPagedPoolEnd
| uintptr_t MmPagedPoolEnd = 0 |
◆ MmPagedPoolStart
| uintptr_t MmPagedPoolStart = 0 |