Home
last modified time | relevance | path

Searched refs:ph_remove_head (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_util/include/pico/util/
Dpheap.h206 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free);
222 return ph_remove_head(heap, true); in ph_remove_and_free_head()
/hal_rpi_pico-latest/src/common/pico_util/
Dpheap.c76 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free) { in ph_remove_head() function