Use std.experimental.allocator and remove the custom allocator module.
This commit is contained in:
parent
55a06c30f3
commit
f74c30a9f3
9 changed files with 278 additions and 915 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue