subr_thmap.c | 262 gc_alloc(const thmap_t *thmap, size_t len) function in typeref:typename:uintptr_t 432 p = gc_alloc(thmap, THMAP_INODE_LEN); 493 leaf_off = gc_alloc(thmap, sizeof(thmap_leaf_t)); 504 key_off = gc_alloc(thmap, len); 1024 root = gc_alloc(thmap, THMAP_ROOT_LEN);
|