Home
last modified time | relevance | path

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

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A Dminiexp.cpp294 int objs_free; member
488 gc.objs_free += count; in new_obj_block()
569 gc.objs_free = gc.pairs_free = 0; in gc_run()
572 collect_free(b, gc.objs_freelist, gc.objs_free, true); in gc_run()
576 while (gc.objs_free*4 < gc.objs_total) in gc_run()
615 gc.objs_free -= 1; in gc_alloc_object()
678 printf("gc.objects: %d free, %d total\n", gc.objs_free, gc.objs_total); in minilisp_info()
2138 ASSERT(gc.objs_free == gc.objs_total); in minilisp_finish()