Searched refs:getmem (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h39 extern char *getmem(register int size);
H A Ddefs.h153 #define ALLOC(x) ((struct _##x *)getmem(sizeof (struct _##x)))
154 #define ALLOC_WC(x) ((wchar_t *)getmem((x) * SIZEOFWCHAR_T))
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c49 CALLBACK(getmem, &lowmem, &highmem);
H A Dbootinfo32.c239 CALLBACK(getmem, &lowmem, &highmem);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc37 #include <mksh/misc.h> /* getmem() */
129 mbs = tmp_mbs_buffer = getmem((length + 1) * MB_LEN_MAX);
139 env = tmp_mbs_buffer2 = getmem(length);
H A Dpmake.cc150 (char *) getmem((int) (strlen(MAKE_MACHINES->string_mb) +
H A Dparallel.cc41 #include <mksh/misc.h> /* getmem() */
203 *p = getmem((silent_flag ? 1 : 0) +
966 locals = (Property *) getmem(cnt * sizeof(Property));
970 *lp = (Property) getmem((*tp)->conditional_cnt *
1504 rp->automatics = (Name *) getmem(auto_count * sizeof (Name));
1659 rp->conditional_targets = (Name *) getmem(cnt * sizeof(Name));
H A Dstate.cc148 make_state_lockfile = getmem(strlen(make_state->string_mb) + strlen(".lock") + 1);
H A Dread.cc40 #include <mksh/misc.h> /* getmem() */
208 make_state_lockfile = getmem(strlen(make_state->string_mb) + strlen(".lock") + 1);
351 stdin_text_p = getmem(length = 1024);
362 p_mb = getmem(length = 1024 +
H A Dread2.cc694 mb_namep = getmem((int) (strlen(target->string_mb) + 10));
961 result->patterns = (Name *) getmem(sizeof(Name) * result->patterns_total);
1012 depe->patterns = (Name *) getmem(sizeof(Name) * depe->patterns_total);
H A Dmain.cc42 #include <mksh/misc.h> /* getmem(), setup_char_semantics() */
243 tmp_string = getmem(strlen(tmp_current_path) + 1 +
1239 mf_argv[i] = getmem(2 + strlen(cp_orig));
1245 mf_argv[i] = getmem(2 + strlen(cp_orig));
3138 Ar->start = getmem(Ar->size);
H A Dimplicit.cc228 tmpbuf = getmem(source->hash.length + 8);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc121 env = getmem(length);
H A Ddosys.cc48 #include <mksh/misc.h> /* getmem(), fatal_mksh(), errmsg() */
182 tmp_mbs_buffer = getmem((length * MB_LEN_MAX) + 1);
345 tmp_mbs_buffer = getmem((length * MB_LEN_MAX) + 1);
376 tmp_mbs_buffer = getmem((length * MB_LEN_MAX) + 1);
H A Dread.cc107 source->inp_buf_ptr = source->inp_buf = getmem(to_read + 1);
H A Dmisc.cc92 * getmem(size)
105 getmem(register int size) function
181 mbs_name = tmp_mbs_buffer = getmem((length * MB_LEN_MAX) + 1);
354 errbuf = getmem(6+1+11+1);
396 buf = getmem(buf_len);
609 *insert = prop = (Property) getmem(size);
H A Dmacro.cc1260 sunpro_dependencies_buf=getmem(sunpro_dependencies_buf_size);
1264 env = getmem(length);
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h186 void (*getmem)(void *arg, uint64_t *lowmem, member in struct:loader_callbacks
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c408 .getmem = test_getmem,
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c447 static void *getmem(size_t);
5618 getmem(size_t size) function
8080 lp = (struct linkbuf *)getmem(sizeof (*lp));

Completed in 100 milliseconds