Useful for traversing the list when there's no contention (e.g. to destroy remaining nodes)
| 1490 | |
| 1491 | // Useful for traversing the list when there's no contention (e.g. to destroy remaining nodes) |
| 1492 | N* head_unsafe() const { return freeListHead.load(std::memory_order_relaxed); } |
| 1493 | |
| 1494 | private: |
| 1495 | inline void add_knowing_refcount_is_zero(N* node) |
no outgoing calls
no test coverage detected