ELAlloc

Definition

#include <twl/el.h>


typedef void *(*ELAlloc)(size_t size);

Elements

size Size of the region you want to reserve (bytes)

Description

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.

Revision History

2008/10/02 Added a description of the values to be returned by the allocator.
2008/01/21 Initial version.


CONFIDENTIAL