More comments and improved test

This commit is contained in:
Istvan Haller
2021-08-24 15:32:51 +01:00
parent df852dba6a
commit b7fe8ea654
3 changed files with 60 additions and 11 deletions

View File

@@ -786,6 +786,9 @@ namespace snmalloc
}
};
/**
* Use this alias to access the pool of allocators throughout snmalloc.
*/
template<typename SharedStateHandle>
using AllocPool = Pool<
CoreAllocator<SharedStateHandle>,