www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15508] New: Malloctor `deallocate` allocates in GC

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 puremagic.com
          Reporter: ilyayaroshenko gmail.com

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'

--
Jan 03 2016