Home
last modified time | relevance | path

Searched defs:free (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_util/
Dpheap.c55 static pheap_node_id_t ph_remove_any_head(pheap_t *heap, pheap_node_id_t root_id, bool free) { in ph_remove_any_head()
76 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free) { in ph_remove_head()
/hal_rpi_pico-latest/src/rp2_common/pico_malloc/
Dmalloc.c113 void WRAPPER_FUNC(free)(void *mem) { in WRAPPER_FUNC() argument