|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
Public Attributes | |
| size_t | capacity |
| int * | data |
| size_t | size |
| size_t heap::capacity |
Definition at line 13 of file heap.c.
Referenced by heap_create(), heap_grow(), and heap_insert().
| int* heap::data |
Definition at line 11 of file heap.c.
Referenced by heap_create(), heap_destroy(), heap_extract_min(), heap_grow(), heap_insert(), and heap_peek_min().
| size_t heap::size |
Definition at line 12 of file heap.c.
Referenced by heap_create(), heap_extract_min(), heap_insert(), heap_is_empty(), heap_peek_min(), and heap_size().