Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 56) sorted by relevance

123

/openbsd-src/gnu/lib/libiberty/src/
H A Dfibheap.c86 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) in fibheap_comp_data()
98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert()
124 fibheap_min (fibheap_t heap) in fibheap_min()
134 fibheap_min_key (fibheap_t heap) in fibheap_min_key()
178 fibheap_extract_min (fibheap_t heap) in fibheap_extract_min()
198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data()
237 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data()
244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
253 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node()
266 fibheap_delete (fibheap_t heap) in fibheap_delete()
[all …]
/openbsd-src/usr.bin/dig/lib/isc/
H A Dheap.c71 isc_heap_t *heap; in isc_heap_create() local
96 isc_heap_t *heap; in isc_heap_destroy() local
108 resize(isc_heap_t *heap) { in resize()
127 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up()
145 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down()
170 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert()
185 isc_heap_delete(isc_heap_t *heap, unsigned int idx) { in isc_heap_delete()
211 isc_heap_increased(isc_heap_t *heap, unsigned int idx) { in isc_heap_increased()
218 isc_heap_decreased(isc_heap_t *heap, unsigned int idx) { in isc_heap_decreased()
225 isc_heap_element(isc_heap_t *heap, unsigned int idx) { in isc_heap_element()
/openbsd-src/gnu/gcc/gcc/
H A Dipa-inline.c419 update_caller_keys (fibheap_t heap, struct cgraph_node *node, in update_caller_keys()
472 update_callee_keys (fibheap_t heap, struct cgraph_node *node, in update_callee_keys()
490 fibheap_t heap) in lookup_recursive_calls()
578 fibheap_t heap; in cgraph_decide_recursive_inlining() local
722 fibheap_t heap = fibheap_new (); in cgraph_decide_inlining_of_small_functions() local
H A Dc-pragma.c600 static VEC (visibility, heap) *visstack; in VEC() argument
735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() argument
H A Dtracer.c207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
H A Dbb-reorder.c132 fibheap_t heap; member
230 fibheap_t heap; in find_traces() local
430 fibheap_t *heap, int number_of_rounds) in find_traces_1_round()
H A Dtree-ssa-uncprop.c293 static VEC(tree,heap) *equiv_stack; in VEC() argument
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_vector.cpp204 st_heap_block2 heap(dealloc, heap_block); in __cxa_vec_new2() local
233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() local
389 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() local
411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3() local
H A Dfallback_malloc.cpp62 char heap[HEAP_SIZE] __attribute__((aligned)); variable
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbigcore.exp213 proc check_heap { dir heap } {
H A Dbigcore.c136 static struct list heap = { &dummy, &dummy }; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930411-1.c1 int heap; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate8.C16 Double_alignt<20000> heap; in main() local
H A Dnest15.C34 BDDHeap::Pointer::Pointer(const BDDHeap& heap): in Pointer()
H A Dnest16.C34 BDDHeap::Pointer::Pointer(const BDDHeap& heap): in Pointer()
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst356 Write barrier: ``llvm.gcwrite``
372 Read barrier: ``llvm.gcread``
H A DLexicon.rst147 .. _heap: target in H
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray15.C32 char heap[5000000]; variable
H A Darray16.C76 char heap[5000000]; variable
/openbsd-src/usr.bin/netstat/
H A Droute.c206 } *heap; in getdefault() local
227 } *heap; in p_table() local
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_debugging.cpp102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtracer.c207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
/openbsd-src/regress/sys/kern/fork-exit/
H A Dfork-exit.c36 int heap = 0; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp92 void *heap = malloc(0); in TEST() local

123