Home
last modified time | relevance | path

Searched refs:my_realloc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h42 void *my_realloc(void *, size_t, const char *, int);
73 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__)
H A Ddebug_alloc.c131 my_realloc(void *addr, size_t size, const char *file, int line) in my_realloc() function
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c162 truss_lwpid = my_realloc(truss_lwpid, in insert_lwpid()
516 pri->exec_string = my_realloc(pri->exec_string, in main()
814 truss_lwpid = my_realloc(truss_lwpid, sizeof (lwpid_t), NULL); in main_thread()
1141 my_realloc(pri->exec_string, in worker_thread()
1668 buf = my_realloc(buf, i + j + sizeof (fentry), in child_to_file()
1686 buf = my_realloc(buf, bufsz, NULL); in child_to_file()
1740 t = my_realloc(t, ntry.sz_lib, NULL); in file_to_parent()
1755 s = my_realloc(s, ntry.sz_key, NULL); in file_to_parent()
2303 my_realloc(pri->str_buffer, in fetchstring()
2626 my_realloc(void *buf, size_t size, const char *msg) in my_realloc() function
[all …]
H A Dproto.h50 extern void *my_realloc(void *, size_t, const char *);
H A Dlistopts.c602 Dyp->libpat = my_realloc(Dyp->libpat, in liblist()
653 Dyp->sympat = my_realloc(Dyp->sympat, in liblist()
H A Dfcall.c1044 Stk->stack = my_realloc(Stk->stack, in callstack_info()
1583 frame = my_realloc(frame, maxframe * sizeof (*frame), in trap_one_stack()
H A Dprint.c1409 pri->sys_string = my_realloc(pri->sys_string, in grow()