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

/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h32 class test_allocator class in inherits:test_alloc_base
37 template <class U> friend class test_allocator;
48 template <class U> struct rebind {typedef test_allocator<U> other;};
50 test_allocator() throw() : data_(-1) {} function in class:test_allocator
51 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
52 test_allocator(const test_allocator& a) throw() function in class:test_allocator
54 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
56 ~test_allocator() thro
90 class test_allocator<void> class in inherits:test_alloc_base
106 test_allocator() throw() : data_(-1) {} function in class:test_allocator
107 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
108 test_allocator(const test_allocator& a) throw() function in class:test_allocator
110 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
[all...]
/external/skia/tests/
H A DSmallAllocatorTest.cpp30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) { function
48 test_allocator<5, 20>(reporter);
49 test_allocator<10, 40>(reporter);
50 test_allocator<20, 80>(reporter);
55 test_allocator<50, 20>(reporter);
56 test_allocator<100, 20>(reporter);
/external/libcxx/test/support/
H A Dtest_allocator.h36 class test_allocator class in inherits:test_alloc_base
41 template <class U> friend class test_allocator;
52 template <class U> struct rebind {typedef test_allocator<U> other;};
54 test_allocator() throw() : data_(0) {++count;} function in class:test_allocator
55 explicit test_allocator(int i) throw() : data_(i) {++count;} function in class:test_allocator
56 test_allocator(const test_allocator& a) throw() function in class:test_allocator
58 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
60 ~test_allocator() thro
156 class test_allocator<void> class in inherits:test_alloc_base
172 test_allocator() throw() : data_(-1) {} function in class:test_allocator
173 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
174 test_allocator(const test_allocator& a) throw() function in class:test_allocator
176 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
[all...]

Completed in 166 milliseconds