Searched refs:heap_index (Results 1 – 2 of 2) sorted by relevance
53 …new_heap_index = (object_base_p *) realloc(heap->heap_index, new_heap_size * sizeof(object_base_p)… in object_heap_expand()57 heap->heap_index = new_heap_index; in object_heap_expand()61 heap->heap_index[i] = obj; in object_heap_expand()74 if (heap->heap_index[i]) { in object_heap_expand()75 free(heap->heap_index[i]); in object_heap_expand()95 heap->heap_index = NULL; in object_heap_init()114 obj = heap->heap_index[heap->next_free]; in object_heap_allocate()131 obj = heap->heap_index[id]; in object_heap_lookup()161 obj = heap->heap_index[i]; in object_heap_next()198 obj = heap->heap_index[i]; in object_heap_destroy()[all …]
46 object_base_p *heap_index; member