11 boost::filesystem::path temp = boost::filesystem::temp_directory_path() / boost::filesystem::unique_path();
13 const size_t db_start_size = 8u*1024u*1024u;
14 const size_t db_grow_size = 16u*1024u*1024u;
15 const size_t db_shrunk_size = 2u*1024u*1024u;
30 bfs::remove_all(temp);
33 bfs::remove_all(temp);