ZenWINX Logo ZenWINX

Architecture - Reference Manual - Guides

mem.c File Reference

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.

Detailed Description

Memory allocation code.

Definition in file mem.c.


Generated on Sat May 29 23:06:45 2010 for ZenWINX by doxygen 1.6.2