Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
allocate_initial_block
Method · 0.95
stable_vector.hpp
File · 0.45
reserve
Function · 0.45
flat_map
Class · 0.45
flat_multimap
Class · 0.45
allocate
Method · 0.45
string.hpp
File · 0.45
allocate
Method · 0.45
priv_allocation_command
Method · 0.45
Calls
2
max_size
Function · 0.70
alloc
Method · 0.45
Tested by
no test coverage detected