Searched refs:zeroed_allocator (Results 1 – 4 of 4) sorted by relevance
201 std::function<list_t*(list_free_cb callback, const allocator_t* zeroed_allocator)> body{205 list_t* operator()(list_free_cb callback, const allocator_t* zeroed_allocator) { in operator()206 return body(callback, zeroed_allocator); in operator()
119 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument121 return test::mock::osi_list::list_new_internal(callback, zeroed_allocator); in list_new_internal()
30 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument31 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()37 list->allocator = zeroed_allocator; in list_new_internal()
514 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument