|
L4Re - L4 Runtime Environment
|
Memory allocator C interface. More...
Include dependency graph for mem_alloc.h: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. More... | |
| long | l4re_ma_alloc_align (long size, l4re_ds_t const mem, unsigned long flags, unsigned long align) L4_NOTHROW |
| Allocate memory. More... | |
| long | l4re_ma_free (l4re_ds_t const mem) L4_NOTHROW |
| Free memory. More... | |
| 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. More... | |
| long | l4re_ma_free_srv (l4_cap_idx_t srv, l4re_ds_t const mem) L4_NOTHROW |
| Free memory. More... | |
Memory allocator C interface.
Definition in file mem_alloc.h.