Lines Matching refs:add_alloc
65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc() function
127 add_alloc("MALLOC", addr, size, file, line); in my_malloc()
142 add_alloc("MALLOC", ptr, size, file, line); in my_realloc()
168 add_alloc("STRDUP", addr, size, file, line); in my_strdup()
179 add_alloc("SETHOSTENT", NULL, 0, file, line); in my_sethostent()
207 add_alloc("SETNETCONFIG", nconf, 0, file, line); in my_setnetconfig()
235 add_alloc("SETNETPATH", npath, 0, file, line); in my_setnetpath()
268 add_alloc("NETDIR_GETBYNAME", *addrs, 0, file, line); in my_netdir_getbyname()
297 add_alloc("GETIPNODEBYNAME", res, 0, file, line); in my_getipnodebyname()
320 add_alloc("GETNETCONFIGENT", res, 0, file, line); in my_getnetconfigent()
343 add_alloc("RPC_SETCONF", res, 0, file, line); in my__rpc_setconf()