Searched refs:hash_table_add (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | xmalloc.c | 93 hash_table_add(hashTable *tbl, void *ptr, int bytes, in hash_table_add() function 267 hash_table_add(xmalloc_table, ptr, (int)size, file, line, func); in xmalloc_impl() 299 hash_table_add(xmalloc_table, ptr, (int)(nmemb * size), file, line, func); in xcalloc_impl() 344 hash_table_add(xmalloc_table, new_ptr, (int)new_size, file, line, func); in xrealloc_impl()
|