Searched defs:object_heap_p (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dobject_heap.h36 typedef struct object_heap_s *object_heap_p; typedef in typeref:struct:object_heap_s
57 int object_heap_init(object_heap_p heap, int object_size, int id_offset);
63 int object_heap_allocate(object_heap_p heap);
69 object_base_p object_heap_lookup(object_heap_p heap, int id);
75 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter);
81 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter);
86 void object_heap_free(object_heap_p heap, object_base_p obj);
91 void object_heap_destroy(object_heap_p heap);

Completed in 135 milliseconds