Use std.experimental.allocator and remove the custom allocator module.

This commit is contained in:
Sönke Ludwig 2016-11-08 15:32:25 +01:00
parent 55a06c30f3
commit f74c30a9f3
9 changed files with 278 additions and 915 deletions

View file

@ -11,7 +11,7 @@ import vibe.core.log;
import core.thread;
import vibe.core.sync;
import vibe.internal.memory;
import vibe.internal.freelistref;
/**
Generic connection pool class.