Searched refs:new_heap_index (Results 1 – 1 of 1) sorted by relevance
49 object_base_p *new_heap_index; 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()54 if (NULL == new_heap_index) { in object_heap_expand()57 heap->heap_index = new_heap_index; in object_heap_expand()