Searched defs:static_pool (Results 1 – 1 of 1) sorted by relevance
20 struct static_pool struct22 std::size_t size_;23 std::size_t refs_ = 1;24 std::size_t count_ = 0;25 char* p_;28 end() in end()34 static_pool(std::size_t size) in static_pool() argument43 construct(std::size_t size) in construct()50 share() in share()57 destroy() in destroy()[all …]