Home
last modified time | relevance | path

Searched defs:unique_ptr (Results 1 – 1 of 1) sorted by relevance

/system/core/libmemunreachable/
DAllocator.h78 using unique_ptr = std::unique_ptr<T, std::function<void(void*)>>; variable
188 using unique_ptr = Heap::unique_ptr<T>; variable