https://issues.dlang.org/show_bug.cgi?id=15508
Issue ID: 15508
Summary: Malloctor `deallocate` allocates in GC
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
std\experimental\allocator\mallocator.d(277): Error: @nogc function
'std.experimental.allocator.mallocator.AlignedMallocator.alignedReallocate'
cannot call non-@nogc function
'std.experimental.allocator.mallocator.AlignedMallocator.deallocate'
--