Searched refs:heap (Results 126 - 150 of 151) sorted by relevance

1234567

/freebsd-11.0-release/contrib/gcc/
H A Dtree-flow-inline.h113 fill_referenced_var_vec (VEC (tree, heap) **vec)
119 VEC_safe_push (tree, heap, *vec, var);
H A Dtree-cfg.c4568 DEF_VEC_ALLOC_P(basic_block,heap);
4577 VEC(basic_block,heap) **bbs_p)
4585 VEC_safe_push (basic_block, heap, *bbs_p, son);
4860 VEC(basic_block,heap) *bbs;
4883 VEC_safe_push (basic_block, heap, bbs, entry_bb);
5021 VEC_free (basic_block, heap, bbs);
H A Dtree-inline.c1881 DEF_VEC_ALLOC_P(function_p,heap);
1884 static VEC(function_p,heap) *cfun_stack;
1889 VEC_safe_push (function_p, heap, cfun_stack, cfun);
H A Dbasic-block.h287 DEF_VEC_ALLOC_P(basic_block,heap);
H A Dprofile.c1054 VEC_free (histogram_value, heap, values);
H A Dvalue-prof.c732 VEC_reserve (histogram_value, heap, *values, 3);
H A Dtree-vect-transform.c2779 VEC (data_reference_p, heap) *datarefs = LOOP_VINFO_DATAREFS (loop_vinfo);
2865 VEC(tree,heap) *may_misalign_stmts
H A Dtree-vrp.c5216 static VEC(tree,heap) *stack;
5275 stack = VEC_alloc (tree, heap, 20);
5363 VEC_free (tree, heap, stack);
H A Ddf-problems.c2301 static VEC(int,heap) *earlyclobber_regclass;
2530 earlyclobber_regclass = VEC_alloc (int, heap, N_REG_CLASSES);
2537 VEC_free (int, heap, earlyclobber_regclass);
H A Drtl.h201 DEF_VEC_ALLOC_P(rtx,heap);
H A Dflow.c186 VEC(reg_info_p,heap) *reg_n_info;
H A Dtree.h201 DEF_VEC_ALLOC_P(tree,heap);
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc515 * and serialize the data into \c DstData if it is not NULL or heap
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcofflink.c1168 /* Parse out a -heap <reserved>,<commit> line. */
1171 dores_com (char *ptr, bfd *output_bfd, int heap)
1177 if (heap)
1185 if (heap)
1276 else if (CONST_STRNEQ (s, "-heap"))
1170 dores_com(char *ptr, bfd *output_bfd, int heap) argument
/freebsd-11.0-release/sys/dev/drm/
H A Dradeon_drv.h222 struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */
469 extern void radeon_mem_takedown(struct mem_block **heap);
471 struct mem_block *heap);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_drv.h163 struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */
388 extern void radeon_mem_takedown(struct mem_block **heap);
390 struct mem_block *heap);
/freebsd-11.0-release/sys/boot/sparc64/loader/
H A Dmain.c591 /* There is no need for continuous physical heap memory. */
904 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
911 printf("heap base at %p, top at %p, upper limit at %p\n", heapva,
/freebsd-11.0-release/gnu/lib/libstdc++/
H A DMakefile134 function.h hash_map.h hash_set.h hashtable.h heap.h iostream.h \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp715 return LazyAllocate(heap);
/freebsd-11.0-release/contrib/gcc/cp/
H A Dclass.c1851 VEC(tree,heap) *path;
1910 VEC_safe_push (tree, heap, ffod->path, binfo);
1959 ffod.path = VEC_alloc (tree, heap, 30);
1964 VEC_free (tree, heap, ffod.path);
H A Dparser.c102 DEF_VEC_ALLOC_P (cp_token_position,heap);
140 VEC(cp_token_position,heap) *GTY ((skip)) saved_tokens;
154 allocate heap memory for it, since tokens are never removed from the
296 lexer->saved_tokens = VEC_alloc (cp_token_position, heap,
351 lexer->saved_tokens = VEC_alloc (cp_token_position, heap,
370 VEC_free (cp_token_position, heap, lexer->saved_tokens);
715 VEC_safe_push (cp_token_position, heap,
H A Dpt.c67 static VEC(int,heap) *inline_parm_levels;
402 VEC_safe_push (int, heap, inline_parm_levels, levels);
/freebsd-11.0-release/contrib/libstdc++/include/
H A DMakefile.am178 ${backward_srcdir}/heap.h \
H A DMakefile.in404 ${backward_srcdir}/heap.h \
/freebsd-11.0-release/contrib/sendmail/src/
H A Dsendmail.h62 #include <sm/heap.h>

Completed in 369 milliseconds

1234567