heap_up
heap_up(queue->queue_array, queue->entries);
heap_up(queue->queue_array, index);
static void heap_up(cam_pinfo **queue_array, int new_index);