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