Rename slab_allocator to chunk_allocator

This commit is contained in:
Matthew Parkinson
2021-10-20 11:12:09 +01:00
committed by Matthew Parkinson
parent 342d826310
commit 4a7cd268f8
7 changed files with 17 additions and 17 deletions

View File

@@ -3,8 +3,8 @@
#include "../ds/flaglock.h"
#include "../ds/mpmcstack.h"
#include "../pal/pal_concept.h"
#include "chunkallocator.h"
#include "pooled.h"
#include "slaballocator.h"
namespace snmalloc
{