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

/barrelfish-master/include/hashtable/
H A Dmultimap.h18 #include <hashtable/hashtable.h>
24 struct hashtable h;
H A Dhashtable.h17 #include <hashtable/dictionary.h>
24 * \brief an entry of a hashtable
37 * \brief hashtable
39 struct hashtable { struct
50 * \brief create an empty hashtable with a given capacity and load factor
53 * \return an empty hashtable.
55 struct hashtable* create_hashtable2(int capacity, int loadFactor);
58 * \brief create an empty hashtable with default capacity and load factor
59 * \return an empty hashtable
61 struct hashtable* create_hashtabl
[all...]
/barrelfish-master/lib/hashtable/
H A Dhashtable.c2 * \file hashtable.c
22 #include <hashtable/hashtable.h>
23 #include <hashtable/multimap.h>
63 * \brief get the number of entries in a hashtable
64 * \param h the hashtable
70 struct hashtable *ht = (struct hashtable*) dict;
76 * \brief put a new key/value pair into the hashtable
77 * \param ht the hashtable
[all...]
/barrelfish-master/usr/bcached/
H A Dservice.c18 #include <hashtable/hashtable.h>
H A Dmain.c22 #include <hashtable/hashtable.h>
45 static struct hashtable *cache_hash = NULL;
/barrelfish-master/lib/octopus/server/
H A Dcapstorage.c35 #include <hashtable/hashtable.h>
39 static struct hashtable *capdb = NULL;
/barrelfish-master/lib/vfs/
H A Dcache.c130 #include <hashtable/hashtable.h>
141 static struct hashtable *dir_hash;

Completed in 45 milliseconds