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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h44 void *my_realloc(void *, size_t, const char *, int);
75 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__)
H A Ddebug_alloc.c133 my_realloc(void *addr, size_t size, const char *file, int line) function
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dproto.h50 extern void *my_realloc(void *, size_t, const char *);
H A Dlistopts.c602 Dyp->libpat = my_realloc(Dyp->libpat,
653 Dyp->sympat = my_realloc(Dyp->sympat,
H A Dmain.c160 truss_lwpid = my_realloc(truss_lwpid,
514 pri->exec_string = my_realloc(pri->exec_string,
809 truss_lwpid = my_realloc(truss_lwpid, sizeof (lwpid_t), NULL);
1135 my_realloc(pri->exec_string,
1662 buf = my_realloc(buf, i + j + sizeof (fentry),
1680 buf = my_realloc(buf, bufsz, NULL);
1734 t = my_realloc(t, ntry.sz_lib, NULL);
1749 s = my_realloc(s, ntry.sz_key, NULL);
2297 my_realloc(pri->str_buffer,
2620 my_realloc(voi function
[all...]
H A Dfcall.c1050 Stk->stack = my_realloc(Stk->stack,
1593 frame = my_realloc(frame, maxframe * sizeof (*frame),
H A Dprint.c1356 pri->sys_string = my_realloc(pri->sys_string,

Completed in 161 milliseconds