HomeSort by relevance Sort by last modified time
    Searched defs:make_shared (Results 1 - 7 of 7) sorted by null

  /system/core/libmemunreachable/
Allocator.h 93 shared_ptr<T> make_shared(Args&&... args);
171 shared_ptr make_shared(Args&&... args) { function in class:Allocator
172 return heap_.template make_shared<T>(std::forward<Args>(args)...);
187 inline Heap::shared_ptr<T> Heap::make_shared(Args&&... args) { function in class:Heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 610 make_shared(_Args&&... __args) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 610 make_shared(_Args&&... __args) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 610 make_shared(_Args&&... __args) function
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 600 make_shared(_Args&&... __args) function
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 600 make_shared(_Args&&... __args) function
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 600 make_shared(_Args&&... __args) function

Completed in 373 milliseconds