Include dependency graph for buddy.c:
Go to the source code of this file.
Functions | |
size_t | buddy_conf_size (int max_order) |
void | buddy_system_create (buddy_system_t *b, __u8 max_order, buddy_system_operations_t *op, void *data) |
bool | buddy_system_can_alloc (buddy_system_t *b, __u8 order) |
link_t * | buddy_system_alloc_block (buddy_system_t *b, link_t *block) |
link_t * | buddy_system_alloc (buddy_system_t *b, __u8 i) |
void | buddy_system_free (buddy_system_t *b, link_t *block) |
void | buddy_system_structure_print (buddy_system_t *b, size_t elem_size) |
Definition in file buddy.c.