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

/osnet-11/usr/src/lib/efcode/engine/
H A Dinit.c110 env = MALLOC(sizeof (fcode_env_t));
111 env->table = MALLOC((MAX_FCODE + 1) * sizeof (fcode_token));
112 env->base = MALLOC(dict_size);
114 env->ds = env->ds0 = MALLOC(stack_size * sizeof (fstack_t));
115 env->rs = env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
116 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
117 env->input = MALLOC(sizeof (input_typ));
H A Dinterface.c217 env = MALLOC(sizeof (fcode_env_t));
221 env->table = MALLOC((MAX_FCODE + 1) * sizeof (fcode_token));
228 env->base = MALLOC(dict_size);
234 env->ds0 = MALLOC(stack_size * sizeof (fstack_t));
238 env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
242 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
245 env->input = MALLOC(sizeof (input_typ));
H A Dresource.c74 r = MALLOC(sizeof (fc_resource_t));
H A Dpackage.c75 ihandle = MALLOC(sizeof (instance_t));
78 ihandle->data[INIT_DATA] = MALLOC(sizeof (fstack_t) * i);
83 ihandle->data[UINIT_DATA] = MALLOC(sizeof (fstack_t) * i);
97 phandle = MALLOC(sizeof (device_t));
98 phandle->init_data = MALLOC(sizeof (fstack_t) * MIN_VALUES);
231 mem = MALLOC(sizeof (fstack_t) * (n+8));
586 tpath = MALLOC(strlen(p) + strlen(start) + 2);
704 path = MALLOC(n);
H A Denv.c431 cbuf = MALLOC(cbsize);
462 cbuf = MALLOC(cbsize);
716 new = MALLOC(sizeof (cmn_msg_t));
H A Dproperties.c68 void *data = MALLOC(len+1);
154 p = MALLOC(sizeof (prop_t));
161 p->data = MALLOC(datalen+1);
H A Dprint.c244 env->picturebuf = MALLOC(env->picturebuflen);
H A Dinteractive.c162 env->input->buffer = MALLOC(env->input->maxlen);
348 buffer = MALLOC(len);
350 forth_perror(env, "load_file: MALLOC(%d)", len);
H A Dfcode.c337 env->table[token].name = MALLOC(len+1);
781 TOS = (fstack_t)MALLOC((size_t)TOS);
H A Dforth.c1982 buffer[ string_count ] = (char *)MALLOC(len+1);
2261 input_typ *eval_bufp = MALLOC(sizeof (input_typ));
2395 new = MALLOC(sizeof (error_frame));
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dphandle.c125 nh = MALLOC(sizeof (my_nodeid_t));
161 pd = MALLOC(sizeof (private_data_t));
H A Dproperty.c95 bp = MALLOC(i);
178 prop_buf = MALLOC(4096);
H A Dload_node.c80 default_search_path = MALLOC(len);
123 tpath = MALLOC(strlen(p) + strlen(name) + 2);
196 lib_name = MALLOC(strlen(name) + strlen(prefix) + strlen(suffix) + 1);
H A Dbuild_tree.c111 pd = MALLOC(sizeof (private_data_t));
157 pd = MALLOC(sizeof (private_data_t));
H A Dmisc.c522 mac_add = MALLOC(sizeof (fc_cell_t) * 2);
618 mac_addr = MALLOC(MAC_ADDR_SIZE);
H A Dget_req.c148 fcode_info.fcode_ptr = MALLOC(cdp->fc.fcode_size);
/osnet-11/usr/src/lib/efcode/packages/
H A Dparse.c103 buffer = MALLOC(PARSE_LINE+1);
H A Dpopulate.c78 buf = MALLOC(len);
269 buf = MALLOC(len);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c83 #define MALLOC(ptr, len) \ macro
96 MALLOC(ptr1, len1); \
101 MALLOC(ptr2, len2); \
164 MALLOC(keyfilter, totlen);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h61 #define MALLOC(x) safe_malloc((x), __FILE__, __LINE__) macro

Completed in 64 milliseconds