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

Method FreeList

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

Source from the content-addressed store, hash-verified

398struct FreeList
399{
400 FreeList() : freeListHead(nullptr) { }
401
402 inline void add(N* node)
403 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected