mem_malloc() function
Allocate a block of memory with a minimum of 'size' bytes. Note that the returned value must always be aligned (as defined by MEM_ALIGNMENT).
Arguments
size
is the minimum size of the requested block in bytes.
Return value
pointer to allocated memory or NULL if no free memory was found.
Examples
mem_malloc() is referenced by 1 libraries and example projects: