![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Memory allocation code. More...
Go to the source code of this file.
Functions | |
void *__stdcall | winx_virtual_alloc (SIZE_T size) |
Allocates a block of virtual memory. | |
void __stdcall | winx_virtual_free (void *addr, SIZE_T size) |
Releases a block of virtual memory. | |
void *__stdcall | winx_heap_alloc (SIZE_T size) |
Allocates a block of memory from the global growable heap. | |
void __stdcall | winx_heap_free (void *addr) |
Frees a previously allocated memory block. |
Memory allocation code.
Definition in file mem.c.