Searched refs:heap (Results 51 - 73 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-qic.c18 #include <sm/heap.h>
H A Dt-sem.c19 # include <sm/heap.h>
H A Dt-strl.c18 #include <sm/heap.h>
H A Dexc.c26 #include <sm/heap.h>
H A Dfindfp.c27 #include <sm/heap.h>
H A Drpool.c21 #include <sm/heap.h>
109 ** group -- heap group for debugging.
208 ** group -- heap group for debugging.
H A Dclock.c24 #include <sm/heap.h>
H A Dheap.c13 SM_RCSID("@(#)$Id: heap.c,v 1.51 2004/08/03 20:32:00 ca Exp $")
17 ** See heap.html for documentation.
25 #include <sm/heap.h>
54 "F:sm.heap",
87 ** sm_malloc_x only gets called from source files in which heap
240 "@(#)$Debug: sm_heap_limit - max # of bytes permitted in heap $");
244 ** allocated blocks of memory known to the heap package.
354 ** group -- heap group for debugging.
405 ** group -- heap group for debugging.
458 ** SM_HEAP_REGISTER -- register a pointer into the heap fo
[all...]
H A Dmbdb.c27 #include <sm/heap.h>
H A Dvfprintf.c33 #include <sm/heap.h>
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h46 /* maximum heap size */
203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
204 int heap_len; /* number of elements in the heap */
206 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
207 * The same heap array is used to build all trees.
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h46 /* maximum heap size */
206 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
207 int heap_len; /* number of elements in the heap */
209 /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.
210 * The same heap array is used to build all trees.
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h946 void enter_cmdline (char *heap, int forever);
947 int run_script (char *script, char *heap);
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c100 * Initialise the heap as early as possible. Once this is done, malloc() is usable.
341 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
347 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c511 ndr_heap_t *heap; local
527 heap = ndr_rpc_get_heap(domain_handle);
528 ndr_heap_mkvcs(heap, username, (ndr_vcstr_t *)&arg.username);
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c77 * allow a two-level "heap" arena:
84 * | "heap" |
95 * The new vmem_init() allows you to specify a "parent" of the heap, along
104 * extending the heap while vmem_populate()ing it.
1697 vmem_t *parent, *heap; local
1716 heap = vmem_create(heap_name,
1721 vmem_heap = heap;
1727 heap_alloc, heap_free, heap, 0,
1750 return (heap);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.h256 struct ndr_heap *heap; member in struct:ndr_stream
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c51 * pieces, or *arenas*: text, data, heap, stack, and so on. Within these
52 * arenas we often subdivide further; for example, we use heap addresses
53 * not only for the kernel heap (kmem_alloc() space), but also for DVMA,
75 * contiguous ranges of integers. For example, the kernel heap consists
100 * of heap_arena (the kernel heap) that provides caching for the most
102 * it *imports* more from the heap; we say that heap_arena is the
1759 vmem_t *heap; local
1764 heap = vmem_create(heap_name,
1771 vmem_alloc, vmem_free, heap, 8 * heap_quantum,
1794 return (heap);
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c418 * Initialise the heap as early as possible. Once this is done,
509 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
514 printf("heap base at %p, top at %p, used %td\n", end, sbrk(0),
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.h203 drm_file_t *filp; /* 0: free, -1: heap, other: real files */
360 extern void radeon_mem_takedown(struct mem_block **heap);
361 extern void radeon_mem_release(drm_file_t *filp, struct mem_block *heap);
H A Di915_drv.h63 * 1.4: Fix cmdbuffer path, add heap destroy
94 drm_file_t *filp; /* 0: free, -1: heap, other: real files */
499 extern void i915_mem_takedown(struct mem_block **heap);
501 drm_file_t *filp, struct mem_block *heap);
/illumos-gate/usr/src/boot/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,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h62 #include <sm/heap.h>

Completed in 154 milliseconds

123