[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Allocate and clear memory.
Source position: heaph.inc line 98
function AllocMem( |
Size: PtrInt |
):pointer; |
AllocMem calls getmem GetMem, and clears the allocated memory, i.e. the allocated memory is filled with Size zero bytes.
|
Allocate new memory on the heap |
No notes exist for this page yet.