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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c167 static hashTable *xmalloc_table = NULL;
172 if (xmalloc_table == NULL)
174 xmalloc_table = hash_table_new();
181 assert(xmalloc_table != NULL);
182 assert(xmalloc_table->table != NULL);
211 item = xmalloc_table->table[i];
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);
312 hash_table_del(xmalloc_table, ptr);
343 hash_table_del(xmalloc_table, pt
166 static hashTable *xmalloc_table = NULL; variable
[all...]

Completed in 91 milliseconds