Rename slab_allocator to chunk_allocator
This commit is contained in:
committed by
Matthew Parkinson
parent
342d826310
commit
4a7cd268f8
@@ -2,12 +2,12 @@
|
||||
|
||||
#include "../ds/defines.h"
|
||||
#include "allocconfig.h"
|
||||
#include "chunkallocator.h"
|
||||
#include "localcache.h"
|
||||
#include "metaslab.h"
|
||||
#include "pool.h"
|
||||
#include "remotecache.h"
|
||||
#include "sizeclasstable.h"
|
||||
#include "slaballocator.h"
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user