[Issue 15508] New: Malloctor `deallocate` allocates in GC
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jan 3 09:42:31 PST 2016
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: nobody at puremagic.com
Reporter: ilyayaroshenko at gmail.com
std\experimental\allocator\mallocator.d(277): Error: @nogc function
'std.experimental.allocator.mallocator.AlignedMallocator.alignedReallocate'
cannot call non- at nogc function
'std.experimental.allocator.mallocator.AlignedMallocator.deallocate'
--
More information about the Digitalmars-d-bugs
mailing list