Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMemAlloc ( kSize  size,
void *  mem 
)

Allocates a block of memory from the application heap.

Memory allocated with this function should be freed with the kMemFree function.

Parameters
sizeSize of memory to allocate, in bytes.
memReceives pointer to allocated memory (pointer to a pointer).
Returns
Operation status.