Free a memory pool
Source position: exec.pas line 2142
procedure DeletePool( |
poolHeader: Pointer |
); |
Frees all memory in all pudles of the specified pool header, then deletes the pool header. Individual free calls are not needed.
|
Create a new pool for memory allocations |
|
|
Allocate memory in a memory pool |
|
|
Free pooled memory block |