Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/temporary.buffer/
Dtemporary_buffer.pass.cpp28 std::return_temporary_buffer(ip.first); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_tempbuf.h73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { in return_temporary_buffer() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory162 template <class T> void return_temporary_buffer(T* p) noexcept;
1846 void return_temporary_buffer(_Tp* __p) _NOEXCEPT {::operator delete(__p);}
Dalgorithm3344 _LIBCPP_INLINE_VISIBILITY void operator()(_Tp* __p) const {_VSTD::return_temporary_buffer(__p);}