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/chromium/third_party/libevent/
min_heap.h
40
static inline void
min_heap_dtor
(min_heap_t* s);
59
void
min_heap_dtor
(min_heap_t* s) { free(s->p); }
function
event.c
255
min_heap_dtor
(&base->timeheap);
Completed in 94 milliseconds