Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.c50 int next_free; in object_heap_expand() local
58 next_free = heap->next_free; in object_heap_expand()
67 obj->next_free = next_free; in object_heap_expand()
68 next_free = i; in object_heap_expand()
81 heap->next_free = next_free; in object_heap_expand()
96 heap->next_free = LAST_FREE; in object_heap_init()
107 if (LAST_FREE == heap->next_free) { in object_heap_allocate()
112 ASSERT(heap->next_free >= 0); in object_heap_allocate()
114 obj = heap->heap_index[heap->next_free]; in object_heap_allocate()
115 heap->next_free = obj->next_free; in object_heap_allocate()
[all …]
Dobject_heap.h40 int next_free; member
47 int next_free; member