Searched refs:cua_ops (Results 1 – 2 of 2) sorted by relevance
55 (_cus)->cus_alloc->cua_ops->custr_ao_alloc((_cus)->cus_alloc, (_len))57 (_cus)->cus_alloc->cua_ops->custr_ao_free((_cus)->cus_alloc, \279 cua->cua_ops = ops; in custr_alloc_init()296 if (cua->cua_ops->custr_ao_fini != NULL) in custr_alloc_fini()297 cua->cua_ops->custr_ao_fini(cua); in custr_alloc_fini()308 if ((t = cao->cua_ops->custr_ao_alloc(cao, sizeof (*t))) == NULL) { in custr_xalloc()365 cao->cua_ops->custr_ao_free(cao, cus, sizeof (*cus)); in custr_free()
45 const custr_alloc_ops_t *cua_ops; member