Linux Kernel
3.7.1
|
#include <prio_heap.h>
Data Fields | |
void ** | ptrs |
int | max |
int | size |
int(* | gt )(void *, void *) |
struct ptr_heap - simple static-sized priority heap - pointer to data area - max number of elements that can be stored in - current number of valid elements in (in the range 0..-1 : comparison operator, which should implement "greater than"
Definition at line 18 of file prio_heap.h.
Definition at line 22 of file prio_heap.h.
int max |
Definition at line 20 of file prio_heap.h.
void** ptrs |
Definition at line 19 of file prio_heap.h.
int size |
Definition at line 21 of file prio_heap.h.