Home
last modified time | relevance | path

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

/third_party/boost/libs/container/test/
Dresource_adaptor_test.cpp151 void *allocate_ret = dra.do_allocate(998, 1); in test_do_allocate_deallocate() local
152 BOOST_TEST(allocate_ret == &dummy); in test_do_allocate_deallocate()
171 void *allocate_ret = dra.do_allocate(bytes, alignment); in test_do_allocate_deallocate() local
172 …BOOST_TEST( (char*)allocate_ret >= (dummy+sizeof(void*)) && (char*)allocate_ret < (dummy + sizeof(… in test_do_allocate_deallocate()
173 BOOST_TEST( (std::size_t(allocate_ret) & (alignment - 1u)) == 0 ); in test_do_allocate_deallocate()
177 dra.do_deallocate(allocate_ret, bytes, alignment); in test_do_allocate_deallocate()