Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ get_allocator
Function
get_allocator
benchmarks/tbb/concurrent_vector.h:993–993 ·
view source on GitHub ↗
return allocator object
Source
from the content-addressed store, hash-verified
991
}
992
//! return allocator object
993
allocator_type get_allocator() const { return this->my_allocator; }
994
995
//! assign n items by copying t item
996
void assign(size_type n, const_reference t) {
Callers
1
get_allocator
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected