Searched refs:block_list (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp41 static inline void p2ra_free_block_list(struct list_node* block_list) { argument
43 while ((block = list_remove_head_type(block_list, p2ra_block_t, node)) != NULL)

Completed in 24 milliseconds