Searched refs:sm_malloc_x (Results 1 – 19 of 19) sorted by relevance
33 # define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup) macro47 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)54 extern void *sm_malloc_x __P((size_t));
55 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
167 obp = sm_malloc_x(olen);192 obp = sm_malloc_x(olen);
68 p = sm_malloc_x(sizeof(SM_POOLHDR_T) + size);313 rpool = sm_malloc_x(sizeof(SM_RPOOL_T));485 rl = sm_malloc_x(sizeof(SM_RLIST_T));
40 char *d = sm_malloc_x(n + 1);
262 exc = sm_malloc_x(sizeof(SM_EXC_T));275 argv = sm_malloc_x(argc * sizeof(SM_VAL_T));
141 p = sm_malloc_x((size_t)(-1));
61 p = sm_malloc_x((size_t) SM_IO_BUFSIZ);
262 s = sm_malloc_x(sizeof(SM_DEBUG_SETTING_T));
32 #undef sm_malloc_x96 sm_malloc_x(size) in sm_malloc_x() function
39 s3 = sm_malloc_x(MAXL);
1107 *typetable = (unsigned char *) sm_malloc_x(sizeof(unsigned char)
287 nuser = sm_malloc_x(usersize + size);464 user = sm_malloc_x(info.size + 1);520 user = sm_malloc_x(usersize);
3101 buf = sm_malloc_x(bufsize);3113 buf = sm_malloc_x(bufsize);3317 buf = sm_malloc_x(bufsize);3329 buf = sm_malloc_x(bufsize);
211 bufp = sm_malloc_x(i);376 bufp = sm_malloc_x(i);
950 ep = sm_malloc_x(i);959 ep = sm_malloc_x(i);2717 p = sm_malloc_x(i);
469 mci = (MCI *) sm_malloc_x(sizeof(*mci));
1439 nbp = sm_malloc_x(nn);
5367 buf = sm_malloc_x(bufsize);