Searched defs:make_unique (Results 1 - 1 of 1) sorted by relevance

/system/core/libmemunreachable/
H A DAllocator.h81 unique_ptr<T> make_unique(Args&&... args) { function in class:Heap
191 unique_ptr make_unique(Args&& ...args) {
192 return heap_.template make_unique<T>(std::forward<Args>(args)...);

Completed in 92 milliseconds