Searched refs:new_heap_size (Results 1 – 1 of 1) sorted by relevance
51 int new_heap_size = heap->heap_size + heap->heap_increment; in object_heap_expand() local53 …new_heap_index = (object_base_p *) realloc(heap->heap_index, new_heap_size * sizeof(object_base_p)… in object_heap_expand()59 for (i = new_heap_size; i-- > heap->heap_size;) { in object_heap_expand()73 for (i = new_heap_size; i-- > heap->heap_size;) { in object_heap_expand()82 heap->heap_size = new_heap_size; in object_heap_expand()