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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c92 hash_table_add(hashTable *tbl, void *ptr, int bytes,
267 hash_table_add(xmalloc_table, ptr, (int)size, file, line, func);
299 hash_table_add(xmalloc_table, ptr, (int)(nmemb * size), file, line, func);
344 hash_table_add(xmalloc_table, new_ptr, (int)new_size, file, line, func);
91 hash_table_add(hashTable *tbl, void *ptr, int bytes, function

Completed in 161 milliseconds