MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / max_size

Method max_size

include/win/boost/container/string.hpp:332–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 { this->deallocate(this->priv_addr(), this->priv_storage()); }
331
332 size_type max_size() const
333 { return allocator_traits_type::max_size(this->alloc()) - 1; }
334
335 protected:
336 size_type priv_capacity() const

Callers 9

stable_vector.hppFile · 0.45
reserveFunction · 0.45
flat_mapClass · 0.45
flat_multimapClass · 0.45
allocateMethod · 0.45
string.hppFile · 0.45
allocateMethod · 0.45

Calls 2

max_sizeFunction · 0.70
allocMethod · 0.45

Tested by

no test coverage detected