Module km::pool
[−]
[src]
Kernel Mode pools.
Enums
| POOL_TYPE |
Specifies the type of system memory to allocate. |
Functions
| ExAllocatePool |
Allocates pool memory of the specified type. |
| ExAllocatePoolWithTag |
Allocates pool memory of the specified type and tag. |
| ExFreePool |
Deallocates a block of pool memory. |
| ExFreePoolWithTag |
Deallocates a block of pool memory allocated with the specified tag. |