test-eheap-base.c File Reference
#include "kal_eheap.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Define Documentation
#define HEAP_SIZE (1 << HEAP_BITS) |
Function Documentation
kal_define_eheap |
( |
int |
, |
|
|
int |
| |
|
) |
| | |
kal_eheap_t |
( |
kal_eheap_t( |
int, |
|
|
kal_eheap_t( |
int | |
|
) |
| | |
Definition at line 9 of file test-eheap-base.c.
References HEAP_BITS, HEAP_SIZE, kal_eheap_add, kal_eheap_cleanup, kal_eheap_del, kal_eheap_del_min, kal_eheap_get_min, kal_eheap_init, kal_eheap_iterator_t, kal_eheap_iterator_valid, kal_eheap_size, qos_chk_do, QOS_E_EMPTY, QOS_E_FULL, qos_log_debug, and QOS_OK.