NFC: cdllist: prepare for pointer wrappers
This commit is contained in:
committed by
Matthew Parkinson
parent
73b86e6dff
commit
1d1b013d85
@@ -27,8 +27,8 @@ namespace snmalloc
|
||||
SlabNext* value = nullptr;
|
||||
};
|
||||
|
||||
using SlabList = CDLLNode;
|
||||
using SlabLink = CDLLNode;
|
||||
using SlabList = CDLLNode<>;
|
||||
using SlabLink = CDLLNode<>;
|
||||
|
||||
SNMALLOC_FAST_PATH Slab* get_slab(SlabLink* sl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user