Allocslab doesn't need to know impl of Remote
The Allocslab only needs to know of the RemoteAllocators existance.
This commit is contained in:
committed by
Matthew Parkinson
parent
118eecb2e6
commit
e011c297e6
@@ -1,10 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "baseslab.h"
|
||||
#include "remoteallocator.h"
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
struct RemoteAllocator;
|
||||
|
||||
class Allocslab : public Baseslab
|
||||
{
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user