Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dalloc_lib.h230 enum { BOOST_CONTAINER_ALLOCATION_PAYLOAD = sizeof(size_t) }; enumerator
232 enum { BOOST_CONTAINER_ALLOCATION_PAYLOAD = sizeof(size_t)*2 }; enumerator
Dpool_common_alloc.hpp42 static const std::size_t PayloadPerAllocation = BOOST_CONTAINER_ALLOCATION_PAYLOAD;