Home
last modified time | relevance | path

Searched refs:cuckoo_hashtable_memory_footprint (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h86 size_t cuckoo_hashtable_memory_footprint(struct cuckoo_hashtable *h);
H A Dcuckoo_hashtable_test.c286 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()
H A Dcuckoo_hashtable.c470 cuckoo_hashtable_memory_footprint(struct cuckoo_hashtable *h) in cuckoo_hashtable_memory_footprint() function