Searched refs:cuckoo_hashtable_memory_footprint (Results 1 – 3 of 3) sorted by relevance
86 size_t cuckoo_hashtable_memory_footprint(struct cuckoo_hashtable *h);
286 size_t memory_use_before_shrink = cuckoo_hashtable_memory_footprint(h); in cht_basic_tests()304 ASSERT(cuckoo_hashtable_memory_footprint(h) < memory_use_before_shrink); in cht_basic_tests()
470 cuckoo_hashtable_memory_footprint(struct cuckoo_hashtable *h) in cuckoo_hashtable_memory_footprint() function