Home
last modified time | relevance | path

Searched refs:heap (Results 26 – 43 of 43) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.recursive.zcp18 -- heap, up to the specified memory limit.
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2596 top = s->heap[SMALLEST]; \
2597 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
2622 int v = s->heap[k];
2627 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
2634 s->heap[k] = s->heap[j]; k = j;
2639 s->heap[k] = v;
2681 n = s->heap[h];
2728 m = s->heap[--h];
2860 s->heap[--(s->heap_max)] = n;
2875 s->heap[SMALLEST] = node++;
[all …]
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.bssalign25 # large page mapping of the heap, and thus can be useful when building dynamic
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c511 ndr_heap_t *heap; in samr_create_user() local
527 heap = ndr_rpc_get_heap(domain_handle); in samr_create_user()
528 ndr_heap_mkvcs(heap, username, (ndr_vcstr_t *)&arg.username); in samr_create_user()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h949 void enter_cmdline (char *heap, int forever);
950 int run_script (char *script, char *heap);
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h207 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c1702 vmem_t *parent, *heap; in vmem_init() local
1721 heap = vmem_create(heap_name, in vmem_init()
1726 vmem_heap = heap; in vmem_init()
1732 heap_alloc, heap_free, heap, 0, in vmem_init()
1755 return (heap); in vmem_init()
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com62 heap.o hex.o logging.o memcluster.o \
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c338 COMMAND_SET(heap, "heap", "show heap usage", command_heap);
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c1770 vmem_t *heap; in vmem_init() local
1775 heap = vmem_create(heap_name, in vmem_init()
1782 vmem_alloc, vmem_free, heap, 8 * heap_quantum, in vmem_init()
1805 return (heap); in vmem_init()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h285 struct ndr_heap *heap; member
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr437 \ Create an anonymous initialized instance from the heap
445 \ Create an anonymous array of initialized instances from the heap
633 \ free storage allocated to a heap instance by alloc or alloc-array
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS145 stack and heap needed to do useful work with it.
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME160 A NULL is returned when the input name is NULL or the heap memory is
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1413 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/illumos-gate/usr/src/cmd/look/
H A Dwords10616 heap
/illumos-gate/usr/src/cmd/spell/
H A Dlist10614 heap
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE1609 07-09-06 A bug in which subprocess cleanup could corrupt the malloc() heap

12