Cleanup and made new variant work with Verona

This commit is contained in:
Istvan Haller
2021-08-23 21:07:51 +01:00
parent 769c61e716
commit c01a1215c6
5 changed files with 45 additions and 57 deletions

View File

@@ -785,4 +785,10 @@ namespace snmalloc
return debug_is_empty_impl(result);
}
};
template<typename SharedStateHandle>
using AllocPool = Pool<
CoreAllocator<SharedStateHandle>,
SharedStateHandle,
SharedStateHandle::pool>;
} // namespace snmalloc