Thu Apr 28 2011 17:14:04

Asterisk developer's documentation


ast_heap Struct Reference

Data Fields

size_t avail_len
ast_heap_cmp_fn cmp_fn
size_t cur_len
void ** heap
ssize_t index_offset
builddir build BUILD asterisk
main heap c ast_rwlock_t 
lock

Detailed Description

Definition at line 34 of file heap.c.


Field Documentation

size_t avail_len

Definition at line 40 of file heap.c.

Referenced by ast_heap_create(), and ast_heap_push().

Definition at line 37 of file heap.c.

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

void** heap

Definition at line 41 of file heap.c.

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

ssize_t index_offset

Definition at line 38 of file heap.c.

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

builddir build BUILD asterisk main heap c ast_rwlock_t lock

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