Thu Apr 8 01:23:57 2010

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
ast_rwlock_t lock

Detailed Description

Definition at line 34 of file heap.c.


Field Documentation

size_t avail_len

Definition at line 39 of file heap.c.

Referenced by ast_heap_create(), ast_heap_push(), and grow_heap().

Definition at line 36 of file heap.c.

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

size_t cur_len
void** heap

Definition at line 40 of file heap.c.

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

ssize_t index_offset

Definition at line 37 of file heap.c.

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


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

Generated on 8 Apr 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1