Searched refs:off_alloc (Results 1 – 1 of 1) sorted by relevance
308 assert (off_alloc <= db->head->first_free); in gc()337 ref_t disp = off_alloc - off_free; in gc()345 new_move->from = db->data + off_alloc; in gc()347 new_move->size = off_allocend - off_alloc; in gc()358 off_free += off_allocend - off_alloc; in gc()360 while (off_alloc < off_allocend) in gc()375 assert ((*next_data)->packet == off_alloc); in gc()389 && (*next_data)->packet == off_alloc); in gc()394 assert (off_alloc == off_allocend); in gc()396 assert (off_alloc <= db->head->first_free); in gc()[all …]
Completed in 8 milliseconds