L4Re - L4 Runtime Environment
|
Kumem allocator utility C interface. More...
Functions | |
int | l4re_util_kumem_alloc (l4_addr_t *mem, unsigned pages_order, l4_cap_idx_t task, l4_cap_idx_t regmgr) L4_NOTHROW |
Allocate state area. More... | |
Kumem allocator utility C interface.
int l4re_util_kumem_alloc | ( | l4_addr_t * | mem, |
unsigned | pages_order, | ||
l4_cap_idx_t | task, | ||
l4_cap_idx_t | regmgr | ||
) |
Allocate state area.
mem | Pointer to memory that has been allocated. |
pages_order | Size to allocate, in log2 pages. |
task | Task to use for allocation. |
regmgr | Region manager to use for allocation. |