OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_heap_dtor
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
minheap-internal.h
45
static inline void
min_heap_dtor
(min_heap_t* s);
65
void
min_heap_dtor
(min_heap_t* s) { if (s->p) mm_free(s->p); }
function
event.c
778
min_heap_dtor
(&base->timeheap);
[
all
...]
Completed in 67 milliseconds