Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h108 UniqueResourceAllocator* new_allocator = new UniqueResourceAllocator(pool); in New() local
109 return std::unique_ptr<UniqueResourceAllocator>(new_allocator); in New()