Allocates a specified number of bytes and returns a pointer to them.
function SysGetMem(Size: Integer): Pointer;
void * SysGetMem(int Size);
System
When implementing a custom memory manager, use SysGetMem to dynamically allocate Size bytes of memory.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|