Lines Matching refs:my_realloc
160 truss_lwpid = my_realloc(truss_lwpid, in insert_lwpid()
514 pri->exec_string = my_realloc(pri->exec_string, in main()
809 truss_lwpid = my_realloc(truss_lwpid, sizeof (lwpid_t), NULL); in main_thread()
1135 my_realloc(pri->exec_string, in worker_thread()
1662 buf = my_realloc(buf, i + j + sizeof (fentry), in child_to_file()
1680 buf = my_realloc(buf, bufsz, NULL); in child_to_file()
1734 t = my_realloc(t, ntry.sz_lib, NULL); in file_to_parent()
1749 s = my_realloc(s, ntry.sz_key, NULL); in file_to_parent()
2297 my_realloc(pri->str_buffer, in fetchstring()
2620 my_realloc(void *buf, size_t size, const char *msg) in my_realloc() function
2650 return (my_realloc(NULL, size, msg)); in my_malloc()