Searched defs:mchunk (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h106 char *mchunk; /* pointer to memory chunk of dynamic strs */ member in struct:__anon124
H A Dgettext_gnu.c458 msg = gmnp->mchunk + gmnp->d_msg[MSGID][idx].offset;
474 msg = gmnp->mchunk + gmnp->d_msg[MSGSTR][idx].offset;
1007 char *mchunk, *msg; local
1018 mchunk = NULL;
1019 mchunk_size = 0; /* size of the allocated memory in mchunk */
1020 used = 0; /* size of the used memory in mchunk */
1047 t = realloc(mchunk, n);
1050 free(mchunk);
1053 mchunk = t;
1056 (void) memcpy(mchunk
1106 char *chunk, *mchunk; local
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c693 memory_chunk_t mchunk; local
746 mem_chunk_init(&mchunk, segment_end, psz);
760 size_contig = get_contiguous_region(&mchunk, vaddr,
831 memory_chunk_t mchunk; local
891 mem_chunk_init(&mchunk, segment_end, psz);
905 size_contig = get_contiguous_region(&mchunk, vaddr,
1553 * mchunk Initialized memory chunk structure
1565 get_contiguous_region(memory_chunk_t *mchunk, uintptr_t vaddr, argument
1574 curr_lgrp = lgrp = addr_to_lgrp(mchunk, vaddr, &psz);
1585 curr_lgrp = addr_to_lgrp(mchunk, vadd
[all...]

Completed in 52 milliseconds