OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_heap_reserve
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
min_heap.h
46
static inline int
min_heap_reserve
(min_heap_t* s, unsigned n);
67
if(
min_heap_reserve
(s, s->n + 1))
106
int
min_heap_reserve
(min_heap_t* s, unsigned n)
function
event.c
722
if (
min_heap_reserve
(&base->timeheap,
Completed in 275 milliseconds