Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Duser_buffer_test.cpp55 const int size_aligner = sizeof(::boost::container::dtl::max_align_t); in main() local
56 const int memsize = 65536/size_aligner*size_aligner; in main()
57 static ::boost::container::dtl::max_align_t static_buffer[memsize/size_aligner]; in main()