Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_util/include/pico/util/
A Dpheap.h62 typedef struct pheap { struct
63 pheap_node_t *nodes; argument
64 pheap_comparator comparator; argument
66 pheap_node_id_t max_nodes; argument
67 pheap_node_id_t root_id; argument
69 pheap_node_id_t free_head_id; argument
70 pheap_node_id_t free_tail_id; argument

Completed in 6 milliseconds