Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_heap Struct Reference
Collaboration diagram for ast_heap:

Data Fields

size_t avail_len
ast_heap_cmp_fn cmp_fn
size_t cur_len
void ** heap
ssize_t index_offset
ast_rwlock_t lock

Field Documentation

size_t avail_len

Definition at line 39 of file heap.c.

Referenced by ast_heap_create(), and ast_heap_push().

Definition at line 36 of file heap.c.

Referenced by ast_heap_verify(), ast_heap_create(), max_heapify(), and bubble_up().

void** heap

Definition at line 40 of file heap.c.

Referenced by heap_get(), heap_set(), ast_heap_create(), and ast_heap_destroy().

ssize_t index_offset

Definition at line 37 of file heap.c.

Referenced by get_index(), heap_set(), and ast_heap_create().


The documentation for this struct was generated from the following file: