Searched refs:dnode_alloc (Results 1 – 1 of 1) sorted by relevance
73 static dnode_t *dnode_alloc(void *context);253 new->allocnode = dnode_alloc; in dict_create()277 dict->allocnode = al ? al : dnode_alloc; in dict_set_allocator()326 dict->allocnode = dnode_alloc; in dict_init()947 static dnode_t *dnode_alloc(void *UNUSED(context)) in dnode_alloc() function949 return malloc(sizeof *dnode_alloc(NULL)); in dnode_alloc()