Revert "Add type confusion protection to the default memory provider."

This reverts commit d56201e28d.
This commit is contained in:
David Chisnall
2019-09-12 17:16:48 +01:00
parent dbea595b6e
commit 0b2b4d68a2
6 changed files with 14 additions and 29 deletions

View File

@@ -38,7 +38,7 @@ namespace snmalloc
static AllocPool* make() noexcept
{
return AllocPool::make(default_memory_provider());
return make(default_memory_provider);
}
Alloc* acquire()