MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / SPMCSequentialHashMap

Method SPMCSequentialHashMap

tests/corealgos.h:505–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503struct SPMCSequentialHashMap
504{
505 explicit SPMCSequentialHashMap(std::size_t initialSize)
506 : nextCapacity(initialSize), index(nullptr)
507 {
508 new_index();
509 }
510
511 ~SPMCSequentialHashMap()
512 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected