Home
last modified time | relevance | path

Searched defs:HEAP_EXPORT (Results 1 – 1 of 1) sorted by relevance

/libuv/src/
H A Dheap-inl.h22 # define HEAP_EXPORT(declaration) __attribute__((unused)) static declaration macro
24 # define HEAP_EXPORT(declaration) static declaration macro
62 HEAP_EXPORT(void heap_init(struct heap* heap)) { in HEAP_EXPORT() function
67 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) { in HEAP_EXPORT() function
106 HEAP_EXPORT(void heap_insert(struct heap* heap, in HEAP_EXPORT() function
150 HEAP_EXPORT(void heap_remove(struct heap* heap, in HEAP_EXPORT() function
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() function

Completed in 4 milliseconds