pub unsafe extern "C" fn aws_priority_queue_capacity(
queue: *const aws_priority_queue
) -> usize
Expand description
Current allocated capacity for the queue, in dynamic mode this grows over time, in static mode, this will never change.
pub unsafe extern "C" fn aws_priority_queue_capacity(
queue: *const aws_priority_queue
) -> usize
Current allocated capacity for the queue, in dynamic mode this grows over time, in static mode, this will never change.