Searched refs:zeroed_allocator (Results 1 – 4 of 4) sorted by relevance
206 const allocator_t* zeroed_allocator)>212 const allocator_t* zeroed_allocator) { in operator()213 return body(callback, zeroed_allocator); in operator()
118 const allocator_t* zeroed_allocator) { in list_new_internal() argument120 return test::mock::osi_list::list_new_internal(callback, zeroed_allocator); in list_new_internal()
28 const allocator_t* zeroed_allocator) { in list_new_internal() argument29 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()33 list->allocator = zeroed_allocator; in list_new_internal()
479 const allocator_t* zeroed_allocator) { in list_new_internal() argument