thmap_leaf_t
const thmap_leaf_t *leaf, unsigned level)
const thmap_leaf_t *leaf)
key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf,
static thmap_leaf_t *
thmap_leaf_t *leaf;
leaf_off = gc_alloc(thmap, sizeof(thmap_leaf_t));
gc_free(thmap, leaf_off, sizeof(thmap_leaf_t));
leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf)
gc_free(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));
static thmap_leaf_t *
root_try_put(thmap_t *thmap, const thmap_query_t *query, thmap_leaf_t *leaf)
thmap_leaf_t *leaf;
thmap_leaf_t *leaf, *other;
thmap_leaf_t *leaf;
stage_mem_gc(thmap, THMAP_GETOFF(thmap, leaf), sizeof(thmap_leaf_t));