L4Re Operating System Framework
Interface and Usage Documentation
|
Memory allocator C interface. More...
Go to the source code of this file.
Enumerations | |
enum | l4re_ma_flags |
Flags for requesting memory at the memory allocator. More... | |
Functions | |
long | l4re_ma_alloc (long size, l4re_ds_t const mem, unsigned long flags) L4_NOTHROW |
Allocate memory. | |
long | l4re_ma_alloc_align (long size, l4re_ds_t const mem, unsigned long flags, unsigned long align) L4_NOTHROW |
Allocate memory. | |
long | l4re_ma_alloc_align_srv (l4_cap_idx_t srv, long size, l4re_ds_t const mem, unsigned long flags, unsigned long align) L4_NOTHROW |
Allocate memory. | |
Memory allocator C interface.
Definition in file mem_alloc.h.