Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/futures/
Dtest_allocator.h37 template <class U> friend class test_allocator; variable
51 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
54 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
95 template <class U> friend class test_allocator; variable
107 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
110 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/external/libcxx/test/support/
Dtest_allocator.h41 template <class U> friend class test_allocator; variable
55 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function
58 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
161 template <class U> friend class test_allocator; variable
173 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function
176 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
/external/skia/tests/
DSmallAllocatorTest.cpp30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) { in test_allocator() function