Searched refs:dnode_alloc (Results 1 – 1 of 1) sorted by relevance
74 static dnode_t *dnode_alloc(void *context);254 new->allocnode = dnode_alloc; in dict_create()278 dict->allocnode = al ? al : dnode_alloc; in dict_set_allocator()327 dict->allocnode = dnode_alloc; in dict_init()948 static dnode_t *dnode_alloc(void *UNUSED(context)) in dnode_alloc() function950 return malloc(sizeof *dnode_alloc(NULL)); in dnode_alloc()