#include "kal_eheap.h"
#include <assert.h>
#include <linux/aquosa/qos_debug.h>
Go to the source code of this file.
Defines | |
#define | HEAP_BITS 10 |
#define | HEAP_SIZE (1 << HEAP_BITS) |
Functions | |
kal_define_eheap (int, int) | |
kal_eheap_t (int, int) | |
int | get_min () |
void | del_min () |
int | main (int argc, char **argv) |
#define HEAP_BITS 10 |
Referenced by kal_eheap_t(), and main().
#define HEAP_SIZE (1 << HEAP_BITS) |
Referenced by kal_eheap_t(), and main().
void del_min | ( | ) |
Definition at line 29 of file test-eheap-adv.c.
Referenced by main().
int get_min | ( | ) |
Definition at line 20 of file test-eheap-adv.c.
Referenced by main().
kal_define_eheap | ( | int | , | |
int | ||||
) |
kal_eheap_t | ( | int | , | |
int | ||||
) |
Definition at line 8 of file test-eheap-adv.c.
References HEAP_SIZE.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 38 of file test-eheap-adv.c.
References del_min(), get_min(), HEAP_BITS, HEAP_SIZE, kal_eheap_add, kal_eheap_cleanup, kal_eheap_del_min, kal_eheap_get_min, kal_eheap_init, kal_eheap_size, qos_chk_ok_exit, qos_log_debug, and QOS_OK.