Searched refs:set_next_free_chunk (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/lib/heap/ |
D | heap.c | 51 set_next_free_chunk(h, first, second); in free_list_remove_bidx() 79 set_next_free_chunk(h, c, c); in free_list_add_bidx() 88 set_next_free_chunk(h, c, second); in free_list_add_bidx() 89 set_next_free_chunk(h, first, c); in free_list_add_bidx()
|
D | heap.h | 193 static inline void set_next_free_chunk(struct z_heap *h, chunkid_t c, in set_next_free_chunk() function
|