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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) function
72 syslog(LOG_ERR, "add_alloc: out of memory\n");
127 add_alloc("MALLOC", addr, size, file, line);
142 add_alloc("MALLOC", ptr, size, file, line);
168 add_alloc("STRDUP", addr, size, file, line);
179 add_alloc("SETHOSTENT", NULL, 0, file, line);
207 add_alloc("SETNETCONFIG", nconf, 0, file, line);
235 add_alloc("SETNETPATH", npath, 0, file, line);
268 add_alloc("NETDIR_GETBYNAME", *addrs, 0, file, line);
297 add_alloc("GETIPNODEBYNAM
[all...]

Completed in 57 milliseconds