Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.c49 object_base_p *new_heap_index; in object_heap_expand() local
53new_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()