Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.c51 int new_heap_size = heap->heap_size + heap->heap_increment; 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()
93 heap->heap_size = 0; in object_heap_init()
127 if ((id < heap->id_offset) || (id > (heap->heap_size + heap->id_offset))) { in object_heap_lookup()
160 while (i < heap->heap_size) { in object_heap_next()
196 for (i = 0; i < heap->heap_size; i++) { in object_heap_destroy()
205 heap->heap_size = 0; in object_heap_destroy()
Dobject_heap.h48 int heap_size; member