Searched refs:heap (Results 101 - 125 of 151) sorted by relevance

1234567

/freebsd-11.0-release/sys/boot/pc98/loader/
H A Dmain.c111 * Initialise the heap as early as possible. Once this is done, malloc() is usable.
300 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
306 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak137 -@erase "$(INTDIR)\heap.obj"
252 "$(INTDIR)\heap.obj" \
350 -@erase "$(INTDIR)\heap.obj"
351 -@erase "$(INTDIR)\heap.sbr"
521 "$(INTDIR)\heap.sbr" \
609 "$(INTDIR)\heap.obj" \
1315 SOURCE=..\heap.c
1320 "$(INTDIR)\heap.obj" : $(SOURCE) "$(INTDIR)"
1327 "$(INTDIR)\heap.obj" "$(INTDIR)\heap
[all...]
/freebsd-11.0-release/sys/dev/drm/
H A Di915_drv.h60 * 1.4: Fix cmdbuffer path, add heap destroy
93 struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */
475 extern void i915_mem_takedown(struct mem_block **heap);
477 struct drm_file *file_priv, struct mem_block *heap);
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dexc.c24 #include <sm/heap.h>
H A Dfindfp.c25 #include <sm/heap.h>
H A Drpool.c19 #include <sm/heap.h>
107 ** group -- heap group for debugging.
206 ** group -- heap group for debugging.
H A Dclock.c22 #include <sm/heap.h>
H A Dheap.c11 SM_RCSID("@(#)$Id: heap.c,v 1.52 2013-11-22 20:51:43 ca Exp $")
15 ** See heap.html for documentation.
23 #include <sm/heap.h>
52 "F:sm.heap",
85 ** sm_malloc_x only gets called from source files in which heap
238 "@(#)$Debug: sm_heap_limit - max # of bytes permitted in heap $");
242 ** allocated blocks of memory known to the heap package.
352 ** group -- heap group for debugging.
403 ** group -- heap group for debugging.
456 ** SM_HEAP_REGISTER -- register a pointer into the heap fo
[all...]
H A Dmbdb.c27 #include <sm/heap.h>
H A Dvfprintf.c31 #include <sm/heap.h>
/freebsd-11.0-release/sys/boot/i386/loader/
H A Dmain.c104 * Initialise the heap as early as possible. Once this is done, malloc() is usable.
358 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
364 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,
/freebsd-11.0-release/contrib/gcc/
H A Dipa-cp.c1008 VEC(cgraph_edge_p,heap) *redirect_callers;
1049 redirect_callers = VEC_alloc (cgraph_edge_p, heap, node_callers);
1056 VEC_free (cgraph_edge_p, heap, redirect_callers);
H A Dtree-ssa-loop-ivopts.c195 DEF_VEC_ALLOC_P(iv_use_p,heap);
199 DEF_VEC_ALLOC_P(iv_cand_p,heap);
225 VEC(iv_use_p,heap) *iv_uses;
228 VEC(iv_cand_p,heap) *iv_candidates;
313 static VEC(tree,heap) *decl_rtl_to_reset;
824 data->iv_uses = VEC_alloc (iv_use_p, heap, 20);
825 data->iv_candidates = VEC_alloc (iv_cand_p, heap, 20);
826 decl_rtl_to_reset = VEC_alloc (tree, heap, 20);
1156 VEC_safe_push (iv_use_p, heap, data->iv_uses, use);
2050 VEC_safe_push (iv_cand_p, heap, dat
[all...]
H A Dloop-unroll.c93 VEC(rtx,heap) *var_expansions; /* The copies of the accumulator which is expanded. */
1610 ves->var_expansions = VEC_alloc (rtx, heap, 1);
1970 VEC_safe_push (rtx, heap, ve->var_expansions, new_reg);
2205 VEC_free (rtx, heap, ve->var_expansions);
H A Dregclass.c2189 reg_n_info = VEC_alloc (reg_info_p, heap, regno_allocated);
2190 VEC_safe_grow (reg_info_p, heap, reg_n_info, regno_allocated);
2202 VEC_safe_grow (reg_info_p, heap, reg_n_info, regno_allocated);
2294 VEC_free (reg_info_p, heap, reg_n_info);
H A Dtree-eh.c333 VEC(tree,heap) *dest_array;
515 tf->dest_array = VEC_alloc (tree, heap, 10);
526 VEC_safe_push (tree, heap, tf->dest_array, lab);
1429 VEC_free (tree, heap, this_tf.dest_array);
H A Ddbxout.c2389 VEC(tree, heap) **types_p = data;
2441 VEC(tree, heap) *types;
2445 types = VEC_alloc (tree, heap, htab_elements (cfun->used_types_hash));
2455 VEC_free (tree, heap, types);
H A Dgimplify.c89 VEC(tree,heap) *case_labels;
1372 VEC(tree,heap) *labels, *saved_labels;
1381 gimplify_ctxp->case_labels = VEC_alloc (tree, heap, 8);
1438 VEC_free (tree, heap, labels);
1463 VEC_safe_push (tree, heap, ctxp->case_labels, expr);
1710 VEC(tree,heap) *stack;
1716 stack = VEC_alloc (tree, heap, 10);
1736 VEC_safe_push (tree, heap, stack, *p);
1876 VEC_free (tree, heap, stack);
H A Dreg-stack.c187 static VEC(char,heap) *stack_regs_mentioned_data;
326 VEC_safe_grow (char, heap, stack_regs_mentioned_data, max);
3088 VEC_free (char, heap, stack_regs_mentioned_data);
3171 stack_regs_mentioned_data = VEC_alloc (char, heap, max_uid + 1);
H A Dcgraphunit.c1789 VEC(cgraph_edge_p,heap) *redirect_callers)
1853 VEC(cgraph_edge_p,heap) *redirect_callers,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1230 DataBufferHeap heap(buffer_size, 0);
1236 process->ReadMemory(ptr, heap.GetBytes(), buffer_size, error);
1239 if (memcmp(heap.GetBytes(), buffer, buffer_size) == 0)
/freebsd-11.0-release/sys/boot/uboot/common/
H A Dmain.c421 * Initialise the heap as early as possible. Once this is done,
512 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
517 printf("heap base at %p, top at %p, used %td\n", end, sbrk(0),
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c107 debug_memleak(size_t accounted, size_t heap, argument
115 base_heap = heap;
124 log_info("Leakage: %d leaked. growth: %u use, %u acc, %u heap",
126 (unsigned)grow_acc, (unsigned)(heap - base_heap));
129 /** give debug heap size indication */
138 log_info("Total heap memory estimate: %u total-alloc: %u "
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1150 HeapSpaceRegion *heap; member in class:clang::ento::MemRegionManager
1157 ImmutableGlobals(nullptr), heap(nullptr), unknown(nullptr),
1183 /// generic "heap".
1210 /// \brief Return a unique symbolic region belonging to heap memory space.
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc515 * and serialize the data into \c DstData if it is not NULL or heap

Completed in 451 milliseconds

1234567