Re-enabled generic Pool which uses ChunkAllocator. Allocator pool renamed to AllocPool.

This commit is contained in:
Istvan Haller
2021-08-19 19:22:16 +01:00
parent c07f5ea7be
commit 99f57646da
5 changed files with 107 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
#include "allocconfig.h"
#include "localcache.h"
#include "metaslab.h"
#include "pooled.h"
#include "pool.h"
#include "remotecache.h"
#include "sizeclasstable.h"
#include "slaballocator.h"