Searched defs:my_realloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c133 my_realloc(void *addr, size_t size, const char *file, int line) function
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c161 truss_lwpid = my_realloc(truss_lwpid,
515 pri->exec_string = my_realloc(pri->exec_string,
810 truss_lwpid = my_realloc(truss_lwpid, sizeof (lwpid_t), NULL);
1136 my_realloc(pri->exec_string,
1663 buf = my_realloc(buf, i + j + sizeof (fentry),
1681 buf = my_realloc(buf, bufsz, NULL);
1735 t = my_realloc(t, ntry.sz_lib, NULL);
1750 s = my_realloc(s, ntry.sz_key, NULL);
2298 my_realloc(pri->str_buffer,
2621 my_realloc(voi function
[all...]

Completed in 62 milliseconds