Searched refs:object_heap_p (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | object_heap.h | 36 typedef struct object_heap_s *object_heap_p; typedef 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);
|
D | object_heap.c | 45 static int object_heap_expand(object_heap_p heap) in object_heap_expand() 89 int object_heap_init(object_heap_p heap, int object_size, int id_offset) in object_heap_init() 104 int object_heap_allocate(object_heap_p heap) in object_heap_allocate() 124 object_base_p object_heap_lookup(object_heap_p heap, int id) in object_heap_lookup() 146 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter) in object_heap_first() 156 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter) in object_heap_next() 177 void object_heap_free(object_heap_p heap, object_base_p obj) in object_heap_free() 192 void object_heap_destroy(object_heap_p heap) in object_heap_destroy()
|