dict_hdl_t
dict_length(dict_hdl_t *hdl)
dict_free(dict_hdl_t **hdl)
dict_hdl_t *
dict_hdl_t *hdl;
if ((hdl = calloc(1, sizeof (dict_hdl_t))) == NULL)
dict_get(dict_hdl_t *hdl, const void *key)
dict_put(dict_hdl_t *hdl, const void *key, void *value)
dict_remove(dict_hdl_t *hdl, const void *key)
dict_map(dict_hdl_t *hdl, void (*apply)(const void *, void **, void *),
extern void dict_free(dict_hdl_t **);
extern uint64_t dict_length(dict_hdl_t *);
extern dict_hdl_t *dict_new(int (*)(const void *, const void *),
extern void *dict_get(dict_hdl_t *, const void *);
extern void *dict_put(dict_hdl_t *, const void *, void *);
extern void *dict_remove(dict_hdl_t *, const void *);
extern void dict_map(dict_hdl_t *,
static dict_hdl_t *_pv_atoms; /* pool_value_t atoms */
dict_hdl_t *map = (dict_hdl_t *)cl;
dict_hdl_t *dead_map = (dict_hdl_t *)cl;
dict_hdl_t *dead_map;
dict_hdl_t *pkc_elements; /* Elements */
dict_hdl_t *pkc_leaks; /* Elements */