Searched refs:reallocate_nodes (Results 1 – 1 of 1) sorted by relevance
44 static inline ds_priority_queue_node_t *reallocate_nodes(ds_priority_queue_node_t *nodes, uint32_t … in reallocate_nodes() function56 queue->nodes = reallocate_nodes(queue->nodes, capacity); in reallocate_to_capacity()
Completed in 3 milliseconds