Functions | |
| L4_CV void * | l4slab_alloc (l4slab_cache_t *cache) |
| Allocate object. | |
| L4_CV void | l4slab_free (l4slab_cache_t *cache, void *objp) |
| Release object. | |
| L4_CV void* l4slab_alloc | ( | l4slab_cache_t * | cache | ) |
Allocate object.
| cache | Cache descriptor |
| L4_CV void l4slab_free | ( | l4slab_cache_t * | cache, | |
| void * | objp | |||
| ) |
Release object.
| cache | Cache descriptor | |
| objp | Pointer to object |