Searched refs:zeroed_allocator (Results 1 – 1 of 1) sorted by relevance
26 const allocator_t* zeroed_allocator) { in list_new_internal() argument27 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()31 list->allocator = zeroed_allocator; in list_new_internal()