Searched refs:my_malloc (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/truss/ |
H A D | fcall.c | 144 bpt_hashtable = my_malloc(HASHSZ * sizeof (struct bkpt *), in establish_breakpoints() 241 (Pmap = my_malloc(statb.st_size, NULL)) == NULL || in establish_stacks() 323 Dp = my_malloc(sizeof (struct dynlib), NULL); in object_iter() 454 Bp = my_malloc(sizeof (struct bkpt), NULL); in create_bkpt() 649 Stk = my_malloc(sizeof (struct callstack), NULL); in make_lwp_stack() 658 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), NULL); in make_lwp_stack() 723 Stk = my_malloc(sizeof (struct callstack), NULL); in make_thr_stack() 732 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), NULL); in make_thr_stack() 775 (Pmap = my_malloc(statb.st_size, NULL)) == NULL || in find_lwp_stack() 789 Stk = my_malloc(sizeof (struct callstack), NULL); in find_lwp_stack() [all …]
|
H A D | htbl.c | 52 htp = (htbl_t *)my_malloc(sizeof (htbl_t), NULL); in init_hash() 148 new = (hentry_t *)my_malloc(sizeof (hentry_t), NULL); in add_fcall() 182 new = (hiter_t *)my_malloc(sizeof (hiter_t), NULL); in iterate_hash()
|
H A D | listopts.c | 547 Dyp = my_malloc(sizeof (struct dynpat), NULL); in liblist() 587 Dyp->libpat = my_malloc(sizeof (char *), NULL); in liblist() 596 Dyp->libpat = my_malloc(maxpat * sizeof (char *), NULL); in liblist() 638 Dyp->sympat = my_malloc(sizeof (char *), NULL); in liblist() 647 Dyp->sympat = my_malloc(maxpat * sizeof (char *), NULL); in liblist()
|
H A D | proto.h | 49 extern void *my_malloc(size_t, const char *);
|
H A D | main.c | 116 pri = my_malloc(sizeof (*pri), NULL); in get_private() 118 pri->sys_path = my_malloc(pri->sys_psize = 16, NULL); in get_private() 119 pri->sys_string = my_malloc(pri->sys_ssize = 32, NULL); in get_private() 446 grab = my_malloc(argc * sizeof (proc_set_t), in main() 1106 ow_string = my_malloc( in worker_thread() 1594 pmem = my_malloc(sizeof (struct counts) + maxsyscalls() * in per_proc_init() 1772 ncp = my_malloc(ntry.sz_key, NULL); in file_to_parent() 2134 hentry_t *stbl = my_malloc(elem * sizeof (hentry_t), NULL); in report() 2287 my_malloc(pri->str_bsize = 16, "string buffer"); in fetchstring() 2648 my_malloc(size_t size, const char *msg) in my_malloc() function
|
H A D | actions.c | 443 pri->sys_path = my_malloc(pri->sys_psize *= 2, in sysentry()
|
H A D | expound.c | 4409 buf = my_malloc(size, "nvlist decode buffer"); in show_packed_nvlist() 4621 blk = my_malloc(size, "rctlblk decode buffer"); in show_rctlblk() 4776 tup = my_malloc(sz, "socket tuple buffer"); in show_sockconfig_filter_prop32() 4828 tup = my_malloc(sz, "socket tuple buffer"); in show_sockconfig_filter_prop()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.h | 43 void *my_malloc(size_t, const char *, int); 74 #define malloc(a) my_malloc(a, __FILE__, __LINE__)
|
H A D | debug_alloc.c | 119 my_malloc(size_t size, const char *file, int line) in my_malloc() function
|