Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Ddeallocate.pass.cpp30 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20))); in main()
36 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20))); in main()
42 assert((A1<int>::deallocate_called == std::pair<int*, std::size_t>((int*)10, 20))); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h32 static std::pair<T*, std::size_t> deallocate_called; variable
50 deallocate_called = std::pair<T*, std::size_t>(p, n); in deallocate()
59 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called;