Searched defs:test_allocator (Results 1 – 2 of 2) sorted by relevance
20 void test_allocator(Allocator* a, int max_array_size) { in test_allocator() function42 void test_allocator() { in test_allocator() function
52 template <class U> friend class test_allocator; variable65 test_allocator() TEST_NOEXCEPT : data_(0), id_(0) {++count;} in test_allocator() function68 test_allocator(const test_allocator& a) TEST_NOEXCEPT in test_allocator() function70 template <class U> test_allocator(const test_allocator<U>& a) TEST_NOEXCEPT in test_allocator() function182 template <class U> friend class test_allocator; variable193 test_allocator() TEST_NOEXCEPT : data_(0), id_(0) {} in test_allocator() function195 test_allocator(const test_allocator& a) TEST_NOEXCEPT in test_allocator() function197 template <class U> test_allocator(const test_allocator<U>& a) TEST_NOEXCEPT in test_allocator() function