Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ max_size
Method
max_size
src/utils/MallocAllocator.hpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
size_type max_size() const throw () {
76
return size_type(-1) / sizeof(T);
77
}
78
79
void construct(pointer p, const T& val) {
80
::new (static_cast<void*>(p)) value_type(val);
Callers
1
allocate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected