Home
last modified time | relevance | path

Searched refs:DS_PRIORITY_QUEUE_MIN_CAPACITY (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/ds/
H A Dds_priority_queue.c18 return ds_next_power_of_2(size, DS_PRIORITY_QUEUE_MIN_CAPACITY); in ds_priority_queue_get_capacity_for_size()
78 queue->nodes = allocate_nodes(DS_PRIORITY_QUEUE_MIN_CAPACITY); in ds_priority_queue()
79 queue->capacity = DS_PRIORITY_QUEUE_MIN_CAPACITY; in ds_priority_queue()
139 …(queue->size <= (queue->capacity / 4) && (queue->capacity / 2) >= DS_PRIORITY_QUEUE_MIN_CAPACITY) { in ds_priority_queue_compact()
289 reallocate_to_capacity(queue, DS_PRIORITY_QUEUE_MIN_CAPACITY); in ds_priority_queue_clear()
H A Dds_priority_queue.h18 #define DS_PRIORITY_QUEUE_MIN_CAPACITY 8 macro
/ext-ds/src/php/classes/
H A Dphp_priority_queue_ce.c122 DS_PRIORITY_QUEUE_MIN_CAPACITY in php_ds_register_priority_queue()

Completed in 14 milliseconds