Lines Matching refs:my_malloc
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()
800 Stk->stack = my_malloc( in find_lwp_stack()
831 Stk = my_malloc(sizeof (struct callstack), NULL); in find_stack()
842 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()
852 Stk = my_malloc(sizeof (struct callstack), NULL); in find_stack()
863 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()
892 Stk = my_malloc(sizeof (struct callstack), NULL); in find_stack()
904 Stk->stack = my_malloc(DEF_MAXCALL * sizeof (*Stk->stack), in find_stack()
1569 } *frame = my_malloc(maxframe * sizeof (*frame), NULL); in trap_one_stack()