Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ IntrusiveHashMap
Method
IntrusiveHashMap
lib/swoc/include/swoc/IntrusiveHashMap.h:384–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
// ---------------------
383
384
template <typename H> IntrusiveHashMap<H>::IntrusiveHashMap(size_t n) {
385
if (n) {
386
_table.resize(*std::lower_bound(PRIME.begin(), PRIME.end(), n));
387
}
388
}
389
390
template <typename H>
391
auto
Callers
nothing calls this directly
Calls
3
resize
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected