
#include <twl/el.h>
typedef void *(*ELAlloc)(size_t size);
| size | Size of the region you want to reserve (bytes) |
The EL library uses this allocator to allocate memory.
If the specified size is successfully allocated, be sure to return the start address of the allocated memory.
If the specified size is not successfully allocated, be sure to return NULL.
2008/10/02 Added a description of the values to be returned by the allocator.
2008/01/21 Initial version.
CONFIDENTIAL