Home
last modified time | relevance | path

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

/third_party/boost/libs/flyweight/example/
Dperf.cpp237 std::size_t flyweight_mem=(txt.capacity()+txt2.capacity())*sizeof(String); in run() local
238 std::cout<<"= flyweights("<<flyweight_mem in run()
239 <<")+values("<<count_allocator_mem-flyweight_mem<<")"; in run()