L4 compiler related defines.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
#define L4_BEGIN_DECLS
Start section with C types and functions.
#define L4_END_DECLS
End section with C types and functions.
void * umalloc_area_create(size_t area_size) L4_NOTHROW
Create a new heap area.
L4_BEGIN_DECLS size_t umalloc_area_granularity
Heap area granularity.