OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_heap_p
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
object_heap.h
36
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);
object_heap.c
45
static int object_heap_expand(
object_heap_p
heap)
89
int object_heap_init(
object_heap_p
heap, int object_size, int id_offset)
104
int object_heap_allocate(
object_heap_p
heap)
124
object_base_p object_heap_lookup(
object_heap_p
heap, int id)
146
object_base_p object_heap_first(
object_heap_p
heap, object_heap_iterator *iter)
156
object_base_p object_heap_next(
object_heap_p
heap, object_heap_iterator *iter)
177
void object_heap_free(
object_heap_p
heap, object_base_p obj)
192
void object_heap_destroy(
object_heap_p
heap)
Completed in 32 milliseconds