Home
last modified time | relevance | path

Searched refs:zeroed_allocator (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dlist.cc26 const allocator_t* zeroed_allocator) { in list_new_internal() argument
27 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()
31 list->allocator = zeroed_allocator; in list_new_internal()