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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c169 static hashTable *xmalloc_table = NULL;
174 if (xmalloc_table == NULL)
176 xmalloc_table = hash_table_new();
183 assert(xmalloc_table != NULL);
184 assert(xmalloc_table->table != NULL);
213 item = xmalloc_table->table[i];
269 hash_table_add(xmalloc_table, ptr, (int)size, file, line, func);
301 hash_table_add(xmalloc_table, ptr, (int)(nmemb * size), file, line, func);
314 hash_table_del(xmalloc_table, ptr);
345 hash_table_del(xmalloc_table, pt
168 static hashTable *xmalloc_table = NULL; variable
[all...]

Completed in 103 milliseconds