Difference between revisions of "Stuff in Phobos That Generates Garbage"

From D Wiki
Jump to: navigation, search
(Undo revision 4811 by AndreiAlexandrescu (talk))
(Add auto-generated table)
Line 83: Line 83:
 
|wrap
 
|wrap
 
| ??
 
| ??
 +
|}
 +
 +
 +
Auto-generated results based as reported by compiler (via -vgc flag of DMD).
 +
 +
 +
{| class="wikitable"
 +
! Module
 +
! Artifact
 +
! Reason
 +
! Possible Fix(es)
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L10409 std.algorithm]
 +
|TimSortImpl.sort
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L10600 std.algorithm]
 +
|TimSortImpl.ensureCapacity
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L1079 std.array]
 +
|insertInPlace
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2386 std.array]
 +
|Appender.arr
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2401 std.array]
 +
|Appender.arr
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2465 std.array]
 +
|Appender.ensureAddable
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2475 std.array]
 +
|Appender.ensureAddable
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2477 std.array]
 +
|Appender.ensureAddable
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L34 std.array]
 +
|array
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L419 std.array]
 +
|arrayAllocImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L420 std.array]
 +
|arrayAllocImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L478 std.bigint]
 +
|BigInt.toString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L478 std.bigint]
 +
|BigInt.toString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L478 std.bigint]
 +
|BigInt.toString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L478 std.bigint]
 +
|BigInt.toString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L561 std.bigint]
 +
|BigInt.checkDivByZero
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L568 std.bigint]
 +
|toDecimalString
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L576 std.bigint]
 +
|toHex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L1567 std.bitmanip]
 +
|BitArray.toString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L1567 std.bitmanip]
 +
|BitArray.toString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L1567 std.bitmanip]
 +
|BitArray.toString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L1588 std.bitmanip]
 +
|BitArray.bitsSet
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L49 std.bitmanip]
 +
|myToStringx
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L54 std.bitmanip]
 +
|myToString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L602 std.bitmanip]
 +
|BitArray.length
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/complex.d#L128 std.complex]
 +
|Complex.toString
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/complex.d#L164 std.complex]
 +
|Complex.toString
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/complex.d#L173 std.complex]
 +
|Complex.toString
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1019 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1020 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1021 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1177 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1187 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1266 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1503 std.concurrency]
 +
|locate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L334 std.concurrency]
 +
|thisTid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L838 std.concurrency]
 +
|OnCrowding
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L907 std.concurrency]
 +
|static
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L948 std.concurrency]
 +
|register
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L948 std.concurrency]
 +
|register
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L948 std.concurrency]
 +
|register
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L948 std.concurrency]
 +
|register
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L949 std.concurrency]
 +
|register
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1306 std.conv]
 +
|toImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1906 std.conv]
 +
|parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1960 std.conv]
 +
|parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2205 std.conv]
 +
|parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L3563 std.conv]
 +
|textImpl
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L358 std.conv]
 +
|toImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L3691 std.conv]
 +
|strippedOctalLiteral
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L50 std.conv]
 +
|convError
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L58 std.conv]
 +
|convError
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L68 std.conv]
 +
|parseError
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L131 std.cstream]
 +
|ulong
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L246 std.cstream]
 +
|din
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L247 std.cstream]
 +
|dout
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L248 std.cstream]
 +
|derr
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L129 std.csv]
 +
|CSVException.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L11753 std.datetime]
 +
|Date.dayOfYear
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L1928 std.datetime]
 +
|SysTime.fracSecs
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L1929 std.datetime]
 +
|SysTime.fracSecs
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L2079 std.datetime]
 +
|SysTime.fracSec
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27814 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27815 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27819 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27820 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27869 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27875 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27880 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27887 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27902 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27908 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27959 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27965 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27970 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27977 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27992 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27998 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28011 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28025 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28028 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28039 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28042 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28056 std.datetime]
 +
|****
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28062 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28100 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28105 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28131 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28132 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28327 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28355 std.datetime]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30431 std.datetime]
 +
|DosFileTimeToSysTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30443 std.datetime]
 +
|DosFileTimeToSysTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30474 std.datetime]
 +
|SysTimeToDosFileTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30477 std.datetime]
 +
|SysTimeToDosFileTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L31441 std.datetime]
 +
|enforceValid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L31446 std.datetime]
 +
|enforceValid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L31451 std.datetime]
 +
|enforceValid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L31456 std.datetime]
 +
|enforceValid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L31479 std.datetime]
 +
|enforceValid
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L32164 std.datetime]
 +
|monthFromString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L392 std.datetime]
 +
|Clock.currStdTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L577 std.datetime]
 +
|SysTime.DateTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L578 std.datetime]
 +
|SysTime.DateTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L635 std.datetime]
 +
|SysTime.DateTime
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7689 std.datetime]
 +
|SysTime.toISOString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7692 std.datetime]
 +
|SysTime.toISOString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7818 std.datetime]
 +
|SysTime.toISOExtString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7821 std.datetime]
 +
|SysTime.toISOExtString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7951 std.datetime]
 +
|SysTime.toSimpleString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7954 std.datetime]
 +
|SysTime.toSimpleString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L9232 std.datetime]
 +
|Date.yearBC
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L9269 std.datetime]
 +
|Date.yearBC
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/digest/digest.d#L726 std.digest.digest]
 +
|ubyte
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/digest/digest.d#L898 std.digest.digest]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/digest/digest.d#L933 std.digest.digest]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2023 std.encoding]
 +
|transcode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2032 std.encoding]
 +
|transcode
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2149 std.encoding]
 +
|EncodingScheme.register
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2149 std.encoding]
 +
|EncodingScheme.register
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2149 std.encoding]
 +
|EncodingScheme.register
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2152 std.encoding]
 +
|EncodingScheme.register
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2172 std.encoding]
 +
|EncodingScheme.create
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2172 std.encoding]
 +
|EncodingScheme.create
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2172 std.encoding]
 +
|EncodingScheme.create
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2175 std.encoding]
 +
|EncodingScheme.create
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2175 std.encoding]
 +
|EncodingScheme.create
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2175 std.encoding]
 +
|EncodingScheme.create
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2335 std.encoding]
 +
|EncodingScheme.sanitize
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2456 std.encoding]
 +
|EncodingSchemeASCII.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2542 std.encoding]
 +
|EncodingSchemeLatin1.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2618 std.encoding]
 +
|EncodingSchemeWindows1252.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2686 std.encoding]
 +
|EncodingSchemeUtf8.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2757 std.encoding]
 +
|EncodingSchemeUtf16Native.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2852 std.encoding]
 +
|EncodingSchemeUtf32Native.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L389 std.encoding]
 +
|EncoderFunctions.WriteToString()
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L1406 std.exception]
 +
|ErrnoException.msg
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L374 std.exception]
 +
|bailOut
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L534 std.exception]
 +
|errnoEnforce
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L560 std.exception]
 +
|enforceEx.enforceEx
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1532 std.file]
 +
|ensureDirExists
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L162 std.file]
 +
|cenforce
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1713 std.file]
 +
|rmdir
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1724 std.file]
 +
|rmdir
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1728 std.file]
 +
|rmdir
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1731 std.file]
 +
|rmdir
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2161 std.file]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2280 std.file]
 +
|****
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2322 std.file]
 +
|****
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2524 std.file]
 +
|rmdirRecurse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L292 std.file]
 +
|read
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2986 std.file]
 +
|dirEntries
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L504 std.file]
 +
|remove
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L1044 std.format]
 +
|FormatSpec.fillUp
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L2297 std.format]
 +
|formatRange
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3218 std.format]
 +
|formatNth
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3219 std.format]
 +
|formatNth
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3264 std.format]
 +
|getNthInt
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3269 std.format]
 +
|getNthInt
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L4690 std.format]
 +
|primitiveTypeInfo
 +
|associative array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5086 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5351 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5504 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5541 std.format]
 +
|doFormat
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5541 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5541 std.format]
 +
|doFormat
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5716 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5801 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5812 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5825 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5829 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5931 std.format]
 +
|doFormat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L923 std.format]
 +
|FormatSpec.fillUp
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/functional.d#L854 std.functional]
 +
|memoize.memoize
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L514 std.getopt]
 +
|Option
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L516 std.getopt]
 +
|Option
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L521 std.getopt]
 +
|Option
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L148 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L149 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L155 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L167 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L173 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L179 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L203 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L203 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L204 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L223 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L228 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L240 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L240 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L241 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L242 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L243 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L244 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L252 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L252 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L253 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L254 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L255 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L256 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L262 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L262 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L263 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L264 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L265 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L271 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L271 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L271 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L272 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L273 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L279 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L279 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L280 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L281 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L282 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L283 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L284 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L304 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L304 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L305 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L306 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L306 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L307 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L313 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L313 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L313 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L329 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L336 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L341 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L341 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L345 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L345 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L345 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L346 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L346 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L350 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L350 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L351 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L356 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L356 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L378 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L379 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L380 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L381 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L382 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L391 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L391 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L391 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L392 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L393 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L394 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L395 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L400 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L400 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L401 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L402 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L403 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L404 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L409 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L409 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L410 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L411 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L412 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L413 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L418 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L418 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L418 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L419 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L420 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L421 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L422 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L422 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L423 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L424 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L424 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L425 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L425 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L434 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L435 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L436 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L437 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L447 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L448 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L453 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L453 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L453 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L454 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L454 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L455 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L456 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L461 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L461 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L462 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L463 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L468 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L468 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L469 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L470 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L476 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L476 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L476 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L477 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L477 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L478 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L479 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L479 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L480 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L480 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L482 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L482 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L482 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L483 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L483 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L484 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L484 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L504 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L505 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L506 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L506 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L507 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L508 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L509 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L510 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L511 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L514 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L514 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L514 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L515 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L516 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L517 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L519 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L519 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L519 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L520 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L606 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L610 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L611 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/digest/sha_SSSE3.d#L635 std.internal.digest.sha_SSSE3]
 +
|computed
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1020 std.internal.math.biguintcore]
 +
|nothrow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1133 std.internal.math.biguintcore]
 +
|nothrow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1166 std.internal.math.biguintcore]
 +
|nothrow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1195 std.internal.math.biguintcore]
 +
|BigDigit
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1220 std.internal.math.biguintcore]
 +
|BigDigit
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1241 std.internal.math.biguintcore]
 +
|BigDigit
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1347 std.internal.math.biguintcore]
 +
|mulInternal
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1376 std.internal.math.biguintcore]
 +
|mulInternal
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1381 std.internal.math.biguintcore]
 +
|mulInternal
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1383 std.internal.math.biguintcore]
 +
|mulInternal
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1406 std.internal.math.biguintcore]
 +
|BigDigit
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1408 std.internal.math.biguintcore]
 +
|scratchbuff
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1427 std.internal.math.biguintcore]
 +
|divModInternal
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1428 std.internal.math.biguintcore]
 +
|divModInternal
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1457 std.internal.math.biguintcore]
 +
|divModInternal
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1458 std.internal.math.biguintcore]
 +
|divModInternal
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1525 std.internal.math.biguintcore]
 +
|biguintToDecimal
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1580 std.internal.math.biguintcore]
 +
|the
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L165 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L166 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L167 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L168 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L177 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L181 std.internal.math.biguintcore]
 +
|BigUint.opAssign
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L2299 std.internal.math.biguintcore]
 +
|nothrow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L2322 std.internal.math.biguintcore]
 +
|nothrow
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L265 std.internal.math.biguintcore]
 +
|BigUint.char
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L291 std.internal.math.biguintcore]
 +
|BigUint.char
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L350 std.internal.math.biguintcore]
 +
|BigUint.fromHexString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L382 std.internal.math.biguintcore]
 +
|BigUint.fromHexString
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L399 std.internal.math.biguintcore]
 +
|BigUint.fromDecimalString
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L403 std.internal.math.biguintcore]
 +
|BigUint.fromDecimalString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L406 std.internal.math.biguintcore]
 +
|BigUint.fromDecimalString
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L444 std.internal.math.biguintcore]
 +
|BigUint.opShl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L556 std.internal.math.biguintcore]
 +
|BigUint.mul
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L558 std.internal.math.biguintcore]
 +
|BigUint.mul
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L580 std.internal.math.biguintcore]
 +
|BigUint.divInt
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L627 std.internal.math.biguintcore]
 +
|BigUint.modInt
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L630 std.internal.math.biguintcore]
 +
|BigUint.modInt
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L639 std.internal.math.biguintcore]
 +
|BigUint.div
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L642 std.internal.math.biguintcore]
 +
|BigUint.div
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L653 std.internal.math.biguintcore]
 +
|BigUint.mod
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L655 std.internal.math.biguintcore]
 +
|BigUint.mod
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L656 std.internal.math.biguintcore]
 +
|BigUint.mod
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L691 std.internal.math.biguintcore]
 +
|BigUint.pow
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L791 std.internal.math.biguintcore]
 +
|BigUint.pow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L818 std.internal.math.biguintcore]
 +
|BigUint.pow
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L350 std.json]
 +
|JSONValue.inout
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L788 std.json]
 +
|toJSON
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L830 std.json]
 +
|toJSON
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/mmfile.d#L321 std.mmfile]
 +
|MmFile.filename
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/mmfile.d#L328 std.mmfile]
 +
|MmFile.filename
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/mmfile.d#L354 std.mmfile]
 +
|MmFile.filename
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1172 std.net.curl]
 +
|template
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1221 std.net.curl]
 +
|template
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1433 std.net.curl]
 +
|AsyncChunkInputRange
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L2089 std.net.curl]
 +
|HTTP.Impl
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L2141 std.net.curl]
 +
|HTTP.Impl
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L2265 std.net.curl]
 +
|HTTP.url
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L2932 std.net.curl]
 +
|FTP.url
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3181 std.net.curl]
 +
|SMTP.Impl
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3782 std.net.curl]
 +
|Curl.onReceive
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3813 std.net.curl]
 +
|Curl.onReceiveHeader
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3860 std.net.curl]
 +
|Curl.onSend
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3896 std.net.curl]
 +
|Curl.onSeek
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3930 std.net.curl]
 +
|Curl.onSocketOption
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L3970 std.net.curl]
 +
|Curl.onProgress
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4095 std.net.curl]
 +
|Pool.void
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4118 std.net.curl]
 +
|_receiveAsyncChunks
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4173 std.net.curl]
 +
|_finalizeAsyncChunks
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/numeric.d#L2673 std.numeric]
 +
|Fft.memSpace
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/outbuffer.d#L84 std.outbuffer]
 +
|OutBuffer.reserve
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1206 std.parallelism]
 +
|TaskPool.abstractPutNoSync
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1232 std.parallelism]
 +
|TaskPool.abstractPutGroupNoSync
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1388 std.parallelism]
 +
|TaskPool.task
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1445 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1446 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1447 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1448 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1450 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1453 std.parallelism]
 +
|TaskPool.nWorkers
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L3278 std.parallelism]
 +
|taskPool
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L3386 std.parallelism]
 +
|)
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L3467 std.parallelism]
 +
|foreachErr
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L742 std.parallelism]
 +
|Task.executeInNewThread
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L748 std.parallelism]
 +
|Task.executeInNewThread
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L1190 std.path]
 +
|buildNormalizedPath
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L1234 std.path]
 +
|buildNormalizedPath
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L1995 std.path]
 +
|absolutePath
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2473 std.path]
 +
|globMatch
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2874 std.path]
 +
|expandTilde
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2913 std.path]
 +
|expandTilde
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2918 std.path]
 +
|expandTilde
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L992 std.path]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1142 std.process]
 +
|Pid.returns
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1501 std.process]
 +
|pipe
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1505 std.process]
 +
|pipe
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1509 std.process]
 +
|pipe
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1714 std.process]
 +
|pipeProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1728 std.process]
 +
|pipeProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1895 std.process]
 +
|ProcessPipes.stdin
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1911 std.process]
 +
|ProcessPipes.stdout
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L1927 std.process]
 +
|ProcessPipes.stderr
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2134 std.process]
 +
|ProcessException.newFromErrno
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2135 std.process]
 +
|ProcessException.newFromErrno
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2371 std.process]
 +
|escapeWindowsShellCommand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2374 std.process]
 +
|escapeWindowsShellCommand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2401 std.process]
 +
|escapeShellArguments
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2405 std.process]
 +
|escapeShellArguments
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2445 std.process]
 +
|charAllocator
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2779 std.process]
 +
|environment.opIndex
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2840 std.process]
 +
|environment.Exception
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2900 std.process]
 +
|environment.toAA
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L3220 std.process]
 +
|use
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L3221 std.process]
 +
|use
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L3398 std.process]
 +
|execvpe_
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L3491 std.process]
 +
|shell
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L360 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L365 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L371 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L375 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L399 std.process]
 +
|spawnProcessImpl
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L399 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L399 std.process]
 +
|spawnProcessImpl
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L399 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L481 std.process]
 +
|spawnProcessImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L593 std.process]
 +
|createEnv
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L596 std.process]
 +
|createEnv
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/random.d#L625 std.random]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3009 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3012 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3026 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3028 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3040 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L3045 std.range]
 +
|roundRobin
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L4287 std.range]
 +
|Repeat.opSlice
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L686 std.range]
 +
|put
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1018 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1025 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1047 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1068 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1078 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1088 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1099 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1107 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1120 std.regex.internal.backtracking]
 +
|CtContext.ctGenFixupCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1188 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1195 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1201 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1208 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1212 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1219 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1227 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1234 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1241 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1265 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1285 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1300 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1317 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1323 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1329 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1334 std.regex.internal.backtracking]
 +
|CtContext.ctAtomCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1367 std.regex.internal.backtracking]
 +
|CtContext.ctGenRegEx
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1387 std.regex.internal.backtracking]
 +
|CtContext.ctGenRegEx
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1388 std.regex.internal.backtracking]
 +
|CtContext.ctGenRegEx
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L1390 std.regex.internal.backtracking]
 +
|CtContext.ctGenRegEx
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L732 std.regex.internal.backtracking]
 +
|ctSub
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L789 std.regex.internal.backtracking]
 +
|CtContext.restoreCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L796 std.regex.internal.backtracking]
 +
|CtContext.restoreCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L802 std.regex.internal.backtracking]
 +
|CtContext.restoreCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L804 std.regex.internal.backtracking]
 +
|CtContext.restoreCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L808 std.regex.internal.backtracking]
 +
|CtContext.restoreCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L823 std.regex.internal.backtracking]
 +
|CtContext.saveCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L826 std.regex.internal.backtracking]
 +
|CtContext.saveCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L830 std.regex.internal.backtracking]
 +
|CtContext.saveCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L834 std.regex.internal.backtracking]
 +
|CtContext.saveCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L836 std.regex.internal.backtracking]
 +
|CtContext.saveCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L849 std.regex.internal.backtracking]
 +
|CtContext.ctGenBlock
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L884 std.regex.internal.backtracking]
 +
|CtContext.ctGenGroup
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L885 std.regex.internal.backtracking]
 +
|CtContext.ctGenGroup
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L912 std.regex.internal.backtracking]
 +
|CtContext.ctGenGroup
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L978 std.regex.internal.backtracking]
 +
|CtContext.ctGenAlternation
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L980 std.regex.internal.backtracking]
 +
|CtContext.ctGenAlternation
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L985 std.regex.internal.backtracking]
 +
|CtContext.ctGenAlternation
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L993 std.regex.internal.backtracking]
 +
|CtContext.ctGenAlternation
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/backtracking.d#L996 std.regex.internal.backtracking]
 +
|CtContext.ctGenAlternation
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/ir.d#L400 std.regex.internal.ir]
 +
|disassemble
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/ir.d#L403 std.regex.internal.ir]
 +
|disassemble
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/ir.d#L43 std.regex.internal.ir]
 +
|getTrie
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L117 std.regex.internal.kickstart]
 +
|ShiftOr.fetch
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L202 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L227 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L259 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L284 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L305 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/kickstart.d#L326 std.regex.internal.kickstart]
 +
|ShiftOr.Regex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1283 std.regex.internal.parser]
 +
|Parser.charsetToIr
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1289 std.regex.internal.parser]
 +
|Parser.charsetToIr
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1291 std.regex.internal.parser]
 +
|Parser.charsetToIr
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1423 std.regex.internal.parser]
 +
|Parser.error
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1452 std.regex.internal.parser]
 +
|lightPostprocess
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L1500 std.regex.internal.parser]
 +
|lightPostprocess
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L178 std.regex.internal.parser]
 +
|parseUniHex
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L225 std.regex.internal.parser]
 +
|getTrie
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L263 std.regex.internal.parser]
 +
|Stack.push
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L335 std.regex.internal.parser]
 +
|Parser.markBackref
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L382 std.regex.internal.parser]
 +
|Parser.put
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L389 std.regex.internal.parser]
 +
|Parser.putRaw
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L430 std.regex.internal.parser]
 +
|Parser.parseFlags
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L435 std.regex.internal.parser]
 +
|Parser.parseFlags
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L483 std.regex.internal.parser]
 +
|Parser.parseRegex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L487 std.regex.internal.parser]
 +
|Parser.parseRegex
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L679 std.regex.internal.parser]
 +
|Parser.parseQuantifier
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L728 std.regex.internal.parser]
 +
|Parser.parseQuantifier
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L732 std.regex.internal.parser]
 +
|Parser.parseQuantifier
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/parser.d#L79 std.regex.internal.parser]
 +
|reverseBytecode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/thompson.d#L677 std.regex.internal.thompson]
 +
|ThompsonMatcher.eval
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/internal/thompson.d#L704 std.regex.internal.thompson]
 +
|ThompsonMatcher.eval
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/regex/package.d#L415 std.regex.package]
 +
|Captures.newMatches
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1034 std.socket]
 +
|getAddressInfoImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1045 std.socket]
 +
|getAddressInfoImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1052 std.socket]
 +
|getAddressInfoImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1100 std.socket]
 +
|serviceToPort
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1135 std.socket]
 +
|getAddress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1152 std.socket]
 +
|getAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1154 std.socket]
 +
|getAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1159 std.socket]
 +
|getAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1159 std.socket]
 +
|getAddress
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1159 std.socket]
 +
|getAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1239 std.socket]
 +
|parseAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1240 std.socket]
 +
|parseAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1346 std.socket]
 +
|Address.toHostString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1362 std.socket]
 +
|Address.toHostString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1362 std.socket]
 +
|Address.toHostString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1362 std.socket]
 +
|Address.toHostString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1362 std.socket]
 +
|Address.toHostString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1367 std.socket]
 +
|Address.toHostString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1367 std.socket]
 +
|Address.toHostString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1367 std.socket]
 +
|Address.toHostString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1367 std.socket]
 +
|Address.toHostString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1377 std.socket]
 +
|Address.toServiceString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1383 std.socket]
 +
|Address.toServiceString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1383 std.socket]
 +
|Address.toServiceString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1383 std.socket]
 +
|Address.toServiceString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1383 std.socket]
 +
|Address.toServiceString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1388 std.socket]
 +
|Address.toServiceString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1388 std.socket]
 +
|Address.toServiceString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1388 std.socket]
 +
|Address.toServiceString
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1451 std.socket]
 +
|Address.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1453 std.socket]
 +
|Address.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1597 std.socket]
 +
|InternetAddress.char
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1600 std.socket]
 +
|InternetAddress.char
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1664 std.socket]
 +
|InternetAddress.string
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1874 std.socket]
 +
|Internet6Address.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L1942 std.socket]
 +
|if
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2164 std.socket]
 +
|SocketSet.SocketSet
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2173 std.socket]
 +
|SocketSet.SocketSet
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2230 std.socket]
 +
|SocketSet.add
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2231 std.socket]
 +
|SocketSet.add
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L256 std.socket]
 +
|SocketOSException.msg
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2592 std.socket]
 +
|Socket.af
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2612 std.socket]
 +
|Socket.af
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2691 std.socket]
 +
|Socket.blocking
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2713 std.socket]
 +
|Socket.bind
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2745 std.socket]
 +
|Socket.connect
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2757 std.socket]
 +
|Socket.listen
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2771 std.socket]
 +
|Socket.Socket
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2783 std.socket]
 +
|Socket.accept
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2846 std.socket]
 +
|Socket.hostName
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2856 std.socket]
 +
|Socket.remoteAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2858 std.socket]
 +
|Socket.remoteAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2869 std.socket]
 +
|Socket.localAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L2871 std.socket]
 +
|Socket.localAddress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3058 std.socket]
 +
|Socket.receiveFrom
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3081 std.socket]
 +
|Socket.getOption
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3081 std.socket]
 +
|Socket.getOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3081 std.socket]
 +
|Socket.getOption
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3081 std.socket]
 +
|Socket.getOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3106 std.socket]
 +
|Socket.setOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3168 std.socket]
 +
|Socket.setOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3168 std.socket]
 +
|Socket.setOption
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3168 std.socket]
 +
|Socket.setOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3170 std.socket]
 +
|Socket.setOption
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3362 std.socket]
 +
|Socket.select
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3386 std.socket]
 +
|Socket.Address
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3390 std.socket]
 +
|Socket.Address
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3394 std.socket]
 +
|Socket.Address
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3471 std.socket]
 +
|socketPair
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L3475 std.socket]
 +
|socketPair
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L484 std.socket]
 +
|Protocol.populate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L584 std.socket]
 +
|Service.populate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L723 std.socket]
 +
|InternetHost.validHostent
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L743 std.socket]
 +
|InternetHost.populate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socket.d#L764 std.socket]
 +
|InternetHost.populate
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/socketstream.d#L128 std.socketstream]
 +
|SocketStream.SocketStream
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1009 std.stdio]
 +
|)
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1042 std.stdio]
 +
|file
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1073 std.stdio]
 +
|the
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L2064 std.stdio]
 +
|file
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3633 std.stdio]
 +
|with
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3639 std.stdio]
 +
|with
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3645 std.stdio]
 +
|with
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3919 std.stdio]
 +
|readlnImpl
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3923 std.stdio]
 +
|readlnImpl
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3947 std.stdio]
 +
|readlnImpl
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3953 std.stdio]
 +
|readlnImpl
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L4087 std.stdio]
 +
|readlnImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L4090 std.stdio]
 +
|readlnImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L4108 std.stdio]
 +
|readlnImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L4111 std.stdio]
 +
|readlnImpl
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L421 std.stdio]
 +
|_popen
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L634 std.stdio]
 +
|to
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L641 std.stdio]
 +
|to
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L815 std.stdio]
 +
|the
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L872 std.stdio]
 +
|file
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L917 std.stdio]
 +
|file
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L934 std.stdio]
 +
|for
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1001 std.stream]
 +
|ungetcw
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1011 std.stream]
 +
|ungetcw
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1094 std.stream]
 +
|writeExact
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1341 std.stream]
 +
|flush
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1370 std.stream]
 +
|string
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1378 std.stream]
 +
|string
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1382 std.stream]
 +
|string
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1433 std.stream]
 +
|void
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1438 std.stream]
 +
|void
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1443 std.stream]
 +
|void
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1640 std.stream]
 +
|source
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1805 std.stream]
 +
|TreadLine(T)
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L1852 std.stream]
 +
|void
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2004 std.stream]
 +
|open
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2004 std.stream]
 +
|open
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2004 std.stream]
 +
|open
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2004 std.stream]
 +
|open
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2126 std.stream]
 +
|ulong
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2238 std.stream]
 +
|this()
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2243 std.stream]
 +
|filename
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2253 std.stream]
 +
|hFile
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2508 std.stream]
 +
|wchar
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2513 std.stream]
 +
|wchar
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2520 std.stream]
 +
|wchar
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2727 std.stream]
 +
|data
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2785 std.stream]
 +
|reserve
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L2864 std.stream]
 +
|void
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L428 std.stream]
 +
|readExact
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L498 std.stream]
 +
|readLine
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L505 std.stream]
 +
|readLine
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L511 std.stream]
 +
|readLine
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L541 std.stream]
 +
|readLineW
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L548 std.stream]
 +
|readLineW
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L554 std.stream]
 +
|readLineW
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L613 std.stream]
 +
|readString
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L621 std.stream]
 +
|readStringW
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L643 std.stream]
 +
|getc
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L663 std.stream]
 +
|getcw
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L668 std.stream]
 +
|getcw
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L679 std.stream]
 +
|ungetc
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L680 std.stream]
 +
|ungetc
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L690 std.stream]
 +
|ungetcw
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stream.d#L691 std.stream]
 +
|ungetcw
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2436 std.string]
 +
|rightJustify
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2447 std.string]
 +
|rightJustify
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L256 std.string]
 +
|toStringz
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L3070 std.string]
 +
|makeTrans
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L3222 std.string]
 +
|format
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L3274 std.string]
 +
|sformat
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L3315 std.string]
 +
|sformat
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4237 std.string]
 +
|soundex
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4383 std.string]
 +
|abbrev
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4386 std.string]
 +
|abbrev
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/syserror.d#L41 std.syserror]
 +
|SysError.msg
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L222 std.traits]
 +
|std
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L222 std.traits]
 +
|std
 +
|associative array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L222 std.traits]
 +
|std
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2202 std.typecons]
 +
|NotImplementedError.method
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L405 std.typecons]
 +
|Tuple.injectNamedFields
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L408 std.typecons]
 +
|Tuple.injectNamedFields
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1542 std.uni]
 +
|genUnrolledSwitchSearch
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1551 std.uni]
 +
|genUnrolledSwitchSearch
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1557 std.uni]
 +
|genUnrolledSwitchSearch
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1709 std.uni]
 +
|GcPolicy.alloc
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1714 std.uni]
 +
|GcPolicy.realloc
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1726 std.uni]
 +
|GcPolicy.append
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1989 std.uni]
 +
|InversionList.set
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L1990 std.uni]
 +
|InversionList.set
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2489 std.uni]
 +
|InversionList.inverted
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2494 std.uni]
 +
|InversionList.inverted
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2550 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2551 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2558 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2562 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2568 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2569 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2572 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2610 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2612 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2614 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2617 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2620 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2622 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2631 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2633 std.uni]
 +
|InversionList.toSourceCode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2936 std.uni]
 +
|InversionList.dropUpTo
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L2973 std.uni]
 +
|InversionList.skipUpTo
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5728 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5731 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5732 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5737 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5738 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5739 std.uni]
 +
|compressTo
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5979 std.uni]
 +
|isPrettyPropertyName
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6188 std.uni]
 +
|unicode.loadAny
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6188 std.uni]
 +
|unicode.loadAny
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6188 std.uni]
 +
|unicode.loadAny
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6188 std.uni]
 +
|unicode.loadAny
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6188 std.uni]
 +
|unicode.loadAny
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L8154 std.uni]
 +
|encodeTo
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L8302 std.uni]
 +
|toCaseInPlaceAlloc.toCaseInPlaceAlloc
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L851 std.uni]
 +
|MultiArray.sizes
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L885 std.uni]
 +
|MultiArray.n
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L918 std.uni]
 +
|MultiArray.n
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L120 std.uri]
 +
|URI_Encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L126 std.uri]
 +
|URI_Encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L191 std.uri]
 +
|URI_Encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L200 std.uri]
 +
|URI_Encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L206 std.uri]
 +
|URI_Encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L50 std.uri]
 +
|URIException.nothrow
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1115 std.utf]
 +
|decodeImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1230 std.utf]
 +
|decodeImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1284 std.utf]
 +
|decodeImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1576 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1595 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1631 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1646 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1685 std.utf]
 +
|encode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1702 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1722 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1724 std.utf]
 +
|encode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1785 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1788 std.utf]
 +
|encode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1797 std.utf]
 +
|encode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1802 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1834 std.utf]
 +
|encode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1837 std.utf]
 +
|encode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L199 std.utf]
 +
|strideImpl
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2096 std.utf]
 +
|toUTF8
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2105 std.utf]
 +
|toUTF8
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2122 std.utf]
 +
|toUTF8
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2131 std.utf]
 +
|toUTF8
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2174 std.utf]
 +
|toUTF16
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2175 std.utf]
 +
|toUTF16
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2182 std.utf]
 +
|toUTF16
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2207 std.utf]
 +
|wstring
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2208 std.utf]
 +
|wstring
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2229 std.utf]
 +
|toUTF32
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2250 std.utf]
 +
|toUTF32
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2399 std.utf]
 +
|toUTFzImpl
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L316 std.utf]
 +
|strideBack
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L71 std.utf]
 +
|UTFException.msg
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L84 std.utf]
 +
|UTFException.string
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L842 std.utf]
 +
|toUCSindex
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L88 std.utf]
 +
|UTFException.string
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L89 std.utf]
 +
|UTFException.string
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L335 std.uuid]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L340 std.uuid]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L353 std.uuid]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L371 std.uuid]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L382 std.uuid]
 +
|****
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L1416 std.variant]
 +
|VariantException
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L236 std.variant]
 +
|VariantN.handler
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L456 std.variant]
 +
|VariantN.handler
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L477 std.variant]
 +
|VariantN.handler
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L489 std.variant]
 +
|VariantN.handler
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L489 std.variant]
 +
|VariantN.handler
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L489 std.variant]
 +
|VariantN.handler
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L494 std.variant]
 +
|VariantN.handler
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L500 std.variant]
 +
|VariantN.handler
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L510 std.variant]
 +
|VariantN.handler
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L791 std.variant]
 +
|VariantN.get
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L916 std.variant]
 +
|VariantN.value
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1055 std.xml]
 +
|Tag.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1059 std.xml]
 +
|Tag.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1067 std.xml]
 +
|Tag.string
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1071 std.xml]
 +
|Tag.string
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1075 std.xml]
 +
|Tag.string
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1079 std.xml]
 +
|Tag.string
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1080 std.xml]
 +
|Tag.string
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1158 std.xml]
 +
|Tag.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1160 std.xml]
 +
|Tag.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1164 std.xml]
 +
|Tag.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1166 std.xml]
 +
|Tag.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1168 std.xml]
 +
|Tag.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1228 std.xml]
 +
|Comment.content
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1279 std.xml]
 +
|Comment.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1307 std.xml]
 +
|CData.content
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1358 std.xml]
 +
|CData.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1466 std.xml]
 +
|XMLInstruction.content
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1517 std.xml]
 +
|XMLInstruction.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1545 std.xml]
 +
|ProcessingInstruction.content
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1596 std.xml]
 +
|ProcessingInstruction.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1627 std.xml]
 +
|Item.pretty
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1957 std.xml]
 +
|ElementParser.parse
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1991 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1997 std.xml]
 +
|ElementParser.parse
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1999 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2011 std.xml]
 +
|ElementParser.parse
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2019 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2020 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2034 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2039 std.xml]
 +
|ElementParser.parse
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2044 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2054 std.xml]
 +
|ElementParser.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2095 std.xml]
 +
|ElementParser.msg
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2101 std.xml]
 +
|ElementParser.msg
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2106 std.xml]
 +
|ElementParser.msg
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2197 std.xml]
 +
|ElementParser.checkAttValue
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2378 std.xml]
 +
|ElementParser.checkElement
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2560 std.xml]
 +
|ElementParser.checkLiteral
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2569 std.xml]
 +
|ElementParser.checkEnd
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2569 std.xml]
 +
|ElementParser.checkEnd
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2569 std.xml]
 +
|ElementParser.checkEnd
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2569 std.xml]
 +
|ElementParser.checkEnd
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2569 std.xml]
 +
|ElementParser.checkEnd
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2637 std.xml]
 +
|check
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2817 std.xml]
 +
|CheckException.string
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2818 std.xml]
 +
|CheckException.string
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2819 std.xml]
 +
|CheckException.string
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2835 std.xml]
 +
|Err
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2858 std.xml]
 +
|Err
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2963 std.xml]
 +
|Err
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2964 std.xml]
 +
|Err
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2971 std.xml]
 +
|Err
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L454 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L470 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L476 std.xml]
 +
|decode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L477 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L480 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L481 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L482 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L483 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L484 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L488 std.xml]
 +
|decode
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L489 std.xml]
 +
|decode
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L569 std.xml]
 +
|Document.s
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L652 std.xml]
 +
|Document.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L688 std.xml]
 +
|Element.name
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L689 std.xml]
 +
|Element.name
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L700 std.xml]
 +
|Element.tag_
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L702 std.xml]
 +
|Element.tag_
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L720 std.xml]
 +
|Element.opCatAssign
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L738 std.xml]
 +
|Element.opCatAssign
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L756 std.xml]
 +
|Element.opCatAssign
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L774 std.xml]
 +
|Element.opCatAssign
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L794 std.xml]
 +
|Element.opCatAssign
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L800 std.xml]
 +
|Element.appendItem
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L805 std.xml]
 +
|Element.parse
 +
|using closure causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L807 std.xml]
 +
|Element.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L808 std.xml]
 +
|Element.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L809 std.xml]
 +
|Element.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L810 std.xml]
 +
|Element.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L812 std.xml]
 +
|Element.parse
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L814 std.xml]
 +
|Element.parse
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L901 std.xml]
 +
|Element.const
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L902 std.xml]
 +
|Element.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L917 std.xml]
 +
|Element.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L924 std.xml]
 +
|Element.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L924 std.xml]
 +
|Element.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L924 std.xml]
 +
|Element.const
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L924 std.xml]
 +
|Element.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L928 std.xml]
 +
|Element.const
 +
|array literal may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L934 std.xml]
 +
|Element.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L937 std.xml]
 +
|Element.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L955 std.xml]
 +
|Element.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L956 std.xml]
 +
|Element.const
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L127 std.zip]
 +
|ArchiveMember.expandedData
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L231 std.zip]
 +
|ArchiveMember.compressionMethod
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L324 std.zip]
 +
|ZipArchive.addMember
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L349 std.zip]
 +
|ZipArchive.build
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L370 std.zip]
 +
|ZipArchive.build
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L386 std.zip]
 +
|ZipArchive.build
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L50 std.zip]
 +
|ZipException.msg
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L500 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L521 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L527 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L546 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L547 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L566 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L577 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L580 std.zip]
 +
|ZipArchive.buffer
 +
|indexing an associative array may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L584 std.zip]
 +
|ZipArchive.buffer
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L599 std.zip]
 +
|ZipArchive.expand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L621 std.zip]
 +
|ZipArchive.expand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L626 std.zip]
 +
|ZipArchive.expand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zip.d#L645 std.zip]
 +
|ZipArchive.expand
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L133 std.zlib]
 +
|compress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L136 std.zlib]
 +
|compress
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L137 std.zlib]
 +
|compress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L140 std.zlib]
 +
|compress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L178 std.zlib]
 +
|uncompress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L186 std.zlib]
 +
|uncompress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L199 std.zlib]
 +
|uncompress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L202 std.zlib]
 +
|uncompress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L207 std.zlib]
 +
|uncompress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L282 std.zlib]
 +
|Compress.error
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L337 std.zlib]
 +
|Compress.compress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L342 std.zlib]
 +
|Compress.compress
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L349 std.zlib]
 +
|Compress.compress
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L352 std.zlib]
 +
|Compress.compress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L403 std.zlib]
 +
|Compress.flush
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L410 std.zlib]
 +
|Compress.flush
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L413 std.zlib]
 +
|Compress.flush
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L446 std.zlib]
 +
|UnCompress.error
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L509 std.zlib]
 +
|UnCompress.uncompress
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L514 std.zlib]
 +
|UnCompress.uncompress
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L521 std.zlib]
 +
|UnCompress.uncompress
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L524 std.zlib]
 +
|UnCompress.uncompress
 +
|setting 'length' may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L553 std.zlib]
 +
|UnCompress.flush
 +
|'new' causes GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L560 std.zlib]
 +
|UnCompress.flush
 +
|operator ~= may cause GC allocation
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L565 std.zlib]
 +
|UnCompress.flush
 +
|'delete' requires GC
 +
| ???
 +
|-
 +
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/zlib.d#L576 std.zlib]
 +
|UnCompress.flush
 +
|operator ~ may cause GC allocation
 +
| ???
 +
|-
 
|}
 
|}

Revision as of 15:06, 7 October 2014

Module Artifact Possible Fix(es)
std.algorithm Levenshtein Use reference counting in conjunction with GC.malloc/GC.free
std.array minimallyIntializedArray Pass in a memory management policy
unintializedArray Pass in a memory management policy
std.string toStringz ??
splitLines ??
leftJustify ??
rightJustify ??
center ??
detab ??
entab ??
translate ??
format ??
sformat ??
removechars ??
squeeze ??
succ ??
tr ??
soundex ??
abbrev ??
wrap ??


Auto-generated results based as reported by compiler (via -vgc flag of DMD).


Module Artifact Reason Possible Fix(es)
std.algorithm TimSortImpl.sort setting 'length' may cause GC allocation ???
std.algorithm TimSortImpl.ensureCapacity setting 'length' may cause GC allocation ???
std.array insertInPlace setting 'length' may cause GC allocation ???
std.array Appender.arr 'new' causes GC allocation ???
std.array Appender.arr setting 'length' may cause GC allocation ???
std.array Appender.ensureAddable 'new' causes GC allocation ???
std.array Appender.ensureAddable 'new' causes GC allocation ???
std.array Appender.ensureAddable setting 'length' may cause GC allocation ???
std.array array operator ~= may cause GC allocation ???
std.array arrayAllocImpl 'new' causes GC allocation ???
std.array arrayAllocImpl 'new' causes GC allocation ???
std.bigint BigInt.toString 'new' causes GC allocation ???
std.bigint BigInt.toString operator ~ may cause GC allocation ???
std.bigint BigInt.toString 'new' causes GC allocation ???
std.bigint BigInt.toString operator ~ may cause GC allocation ???
std.bigint BigInt.checkDivByZero 'new' causes GC allocation ???
std.bigint toDecimalString operator ~= may cause GC allocation ???
std.bigint toHex operator ~= may cause GC allocation ???
std.bitmanip BitArray.toString operator ~ may cause GC allocation ???
std.bitmanip BitArray.toString 'new' causes GC allocation ???
std.bitmanip BitArray.toString operator ~ may cause GC allocation ???
std.bitmanip BitArray.bitsSet using closure causes GC allocation ???
std.bitmanip myToStringx operator ~ may cause GC allocation ???
std.bitmanip myToString operator ~ may cause GC allocation ???
std.bitmanip BitArray.length setting 'length' may cause GC allocation ???
std.complex Complex.toString operator ~= may cause GC allocation ???
std.complex Complex.toString using closure causes GC allocation ???
std.complex Complex.toString operator ~= may cause GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency locate 'new' causes GC allocation ???
std.concurrency thisTid 'new' causes GC allocation ???
std.concurrency OnCrowding 'new' causes GC allocation ???
std.concurrency static 'new' causes GC allocation ???
std.concurrency register indexing an associative array may cause GC allocation ???
std.concurrency register operator ~= may cause GC allocation ???
std.concurrency register indexing an associative array may cause GC allocation ???
std.concurrency register operator ~= may cause GC allocation ???
std.concurrency register indexing an associative array may cause GC allocation ???
std.conv toImpl 'new' causes GC allocation ???
std.conv parse 'new' causes GC allocation ???
std.conv parse 'new' causes GC allocation ???
std.conv parse 'new' causes GC allocation ???
std.conv textImpl operator ~= may cause GC allocation ???
std.conv toImpl 'new' causes GC allocation ???
std.conv strippedOctalLiteral operator ~= may cause GC allocation ???
std.conv convError 'new' causes GC allocation ???
std.conv convError 'new' causes GC allocation ???
std.conv parseError 'new' causes GC allocation ???
std.cstream ulong 'new' causes GC allocation ???
std.cstream din 'new' causes GC allocation ???
std.cstream dout 'new' causes GC allocation ???
std.cstream derr 'new' causes GC allocation ???
std.csv CSVException.string operator ~ may cause GC allocation ???
std.datetime Date.dayOfYear 'new' causes GC allocation ???
std.datetime SysTime.fracSecs 'new' causes GC allocation ???
std.datetime SysTime.fracSecs 'new' causes GC allocation ???
std.datetime SysTime.fracSec 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** operator ~= may cause GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime **** 'new' causes GC allocation ???
std.datetime DosFileTimeToSysTime 'new' causes GC allocation ???
std.datetime DosFileTimeToSysTime 'new' causes GC allocation ???
std.datetime SysTimeToDosFileTime 'new' causes GC allocation ???
std.datetime SysTimeToDosFileTime 'new' causes GC allocation ???
std.datetime enforceValid 'new' causes GC allocation ???
std.datetime enforceValid 'new' causes GC allocation ???
std.datetime enforceValid 'new' causes GC allocation ???
std.datetime enforceValid 'new' causes GC allocation ???
std.datetime enforceValid 'new' causes GC allocation ???
std.datetime monthFromString 'new' causes GC allocation ???
std.datetime Clock.currStdTime 'new' causes GC allocation ???
std.datetime SysTime.DateTime 'new' causes GC allocation ???
std.datetime SysTime.DateTime 'new' causes GC allocation ???
std.datetime SysTime.DateTime 'new' causes GC allocation ???
std.datetime SysTime.toISOString operator ~ may cause GC allocation ???
std.datetime SysTime.toISOString operator ~ may cause GC allocation ???
std.datetime SysTime.toISOExtString operator ~ may cause GC allocation ???
std.datetime SysTime.toISOExtString operator ~ may cause GC allocation ???
std.datetime SysTime.toSimpleString operator ~ may cause GC allocation ???
std.datetime SysTime.toSimpleString operator ~ may cause GC allocation ???
std.datetime Date.yearBC 'new' causes GC allocation ???
std.datetime Date.yearBC 'new' causes GC allocation ???
std.digest.digest ubyte 'new' causes GC allocation ???
std.digest.digest **** 'new' causes GC allocation ???
std.digest.digest **** 'new' causes GC allocation ???
std.encoding transcode 'new' causes GC allocation ???
std.encoding transcode setting 'length' may cause GC allocation ???
std.encoding EncodingScheme.register operator ~ may cause GC allocation ???
std.encoding EncodingScheme.register 'new' causes GC allocation ???
std.encoding EncodingScheme.register operator ~ may cause GC allocation ???
std.encoding EncodingScheme.register indexing an associative array may cause GC allocation ???
std.encoding EncodingScheme.create operator ~ may cause GC allocation ???
std.encoding EncodingScheme.create 'new' causes GC allocation ???
std.encoding EncodingScheme.create operator ~ may cause GC allocation ???
std.encoding EncodingScheme.create operator ~ may cause GC allocation ???
std.encoding EncodingScheme.create 'new' causes GC allocation ???
std.encoding EncodingScheme.create operator ~ may cause GC allocation ???
std.encoding EncodingScheme.sanitize 'new' causes GC allocation ???
std.encoding EncodingSchemeASCII.const array literal may cause GC allocation ???
std.encoding EncodingSchemeLatin1.const array literal may cause GC allocation ???
std.encoding EncodingSchemeWindows1252.const array literal may cause GC allocation ???
std.encoding EncodingSchemeUtf8.const array literal may cause GC allocation ???
std.encoding EncodingSchemeUtf16Native.const array literal may cause GC allocation ???
std.encoding EncodingSchemeUtf32Native.const array literal may cause GC allocation ???
std.encoding EncoderFunctions.WriteToString() operator ~= may cause GC allocation ???
std.exception ErrnoException.msg operator ~ may cause GC allocation ???
std.exception bailOut 'new' causes GC allocation ???
std.exception errnoEnforce 'new' causes GC allocation ???
std.exception enforceEx.enforceEx 'new' causes GC allocation ???
std.file ensureDirExists 'new' causes GC allocation ???
std.file cenforce 'new' causes GC allocation ???
std.file rmdir 'new' causes GC allocation ???
std.file rmdir setting 'length' may cause GC allocation ???
std.file rmdir setting 'length' may cause GC allocation ???
std.file rmdir 'new' causes GC allocation ???
std.file **** 'new' causes GC allocation ???
std.file **** operator ~ may cause GC allocation ???
std.file **** operator ~ may cause GC allocation ???
std.file rmdirRecurse 'new' causes GC allocation ???
std.file read 'delete' requires GC ???
std.file dirEntries using closure causes GC allocation ???
std.file remove operator ~ may cause GC allocation ???
std.format FormatSpec.fillUp 'new' causes GC allocation ???
std.format formatRange 'new' causes GC allocation ???
std.format formatNth operator ~= may cause GC allocation ???
std.format formatNth operator ~ may cause GC allocation ???
std.format getNthInt 'new' causes GC allocation ???
std.format getNthInt 'new' causes GC allocation ???
std.format primitiveTypeInfo associative array literal may cause GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat operator ~ may cause GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat operator ~ may cause GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format doFormat 'new' causes GC allocation ???
std.format FormatSpec.fillUp 'new' causes GC allocation ???
std.functional memoize.memoize indexing an associative array may cause GC allocation ???
std.getopt Option operator ~ may cause GC allocation ???
std.getopt Option operator ~ may cause GC allocation ???
std.getopt Option operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~= may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~= may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~= may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~= may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~= may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed operator ~ may cause GC allocation ???
std.internal.digest.sha_SSSE3 computed array literal may cause GC allocation ???
std.internal.math.biguintcore nothrow 'new' causes GC allocation ???
std.internal.math.biguintcore nothrow 'new' causes GC allocation ???
std.internal.math.biguintcore nothrow 'new' causes GC allocation ???
std.internal.math.biguintcore BigDigit 'new' causes GC allocation ???
std.internal.math.biguintcore BigDigit 'new' causes GC allocation ???
std.internal.math.biguintcore BigDigit 'new' causes GC allocation ???
std.internal.math.biguintcore mulInternal 'new' causes GC allocation ???
std.internal.math.biguintcore mulInternal 'delete' requires GC ???
std.internal.math.biguintcore mulInternal 'new' causes GC allocation ???
std.internal.math.biguintcore mulInternal 'delete' requires GC ???
std.internal.math.biguintcore BigDigit 'new' causes GC allocation ???
std.internal.math.biguintcore scratchbuff 'delete' requires GC ???
std.internal.math.biguintcore divModInternal 'new' causes GC allocation ???
std.internal.math.biguintcore divModInternal 'new' causes GC allocation ???
std.internal.math.biguintcore divModInternal 'delete' requires GC ???
std.internal.math.biguintcore divModInternal 'delete' requires GC ???
std.internal.math.biguintcore biguintToDecimal setting 'length' may cause GC allocation ???
std.internal.math.biguintcore the 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.opAssign array literal may cause GC allocation ???
std.internal.math.biguintcore nothrow 'new' causes GC allocation ???
std.internal.math.biguintcore nothrow 'delete' requires GC ???
std.internal.math.biguintcore BigUint.char 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.char 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.fromHexString 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.fromHexString array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.fromDecimalString array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.fromDecimalString 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.fromDecimalString setting 'length' may cause GC allocation ???
std.internal.math.biguintcore BigUint.opShl 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.mul array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.mul 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.divInt 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.modInt 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.modInt 'delete' requires GC ???
std.internal.math.biguintcore BigUint.div array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.div 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.mod array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.mod 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.mod 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.pow array literal may cause GC allocation ???
std.internal.math.biguintcore BigUint.pow 'new' causes GC allocation ???
std.internal.math.biguintcore BigUint.pow 'new' causes GC allocation ???
std.json JSONValue.inout operator ~ may cause GC allocation ???
std.json toJSON 'new' causes GC allocation ???
std.json toJSON indexing an associative array may cause GC allocation ???
std.mmfile MmFile.filename operator ~ may cause GC allocation ???
std.mmfile MmFile.filename operator ~ may cause GC allocation ???
std.mmfile MmFile.filename operator ~ may cause GC allocation ???
std.net.curl template using closure causes GC allocation ???
std.net.curl template using closure causes GC allocation ???
std.net.curl AsyncChunkInputRange 'new' causes GC allocation ???
std.net.curl HTTP.Impl using closure causes GC allocation ???
std.net.curl HTTP.Impl indexing an associative array may cause GC allocation ???
std.net.curl HTTP.url operator ~ may cause GC allocation ???
std.net.curl FTP.url operator ~ may cause GC allocation ???
std.net.curl SMTP.Impl using closure causes GC allocation ???
std.net.curl Curl.onReceive using closure causes GC allocation ???
std.net.curl Curl.onReceiveHeader using closure causes GC allocation ???
std.net.curl Curl.onSend using closure causes GC allocation ???
std.net.curl Curl.onSeek using closure causes GC allocation ???
std.net.curl Curl.onSocketOption using closure causes GC allocation ???
std.net.curl Curl.onProgress using closure causes GC allocation ???
std.net.curl Pool.void 'new' causes GC allocation ???
std.net.curl _receiveAsyncChunks using closure causes GC allocation ???
std.net.curl _finalizeAsyncChunks setting 'length' may cause GC allocation ???
std.numeric Fft.memSpace 'new' causes GC allocation ???
std.outbuffer OutBuffer.reserve setting 'length' may cause GC allocation ???
std.parallelism TaskPool.abstractPutNoSync 'new' causes GC allocation ???
std.parallelism TaskPool.abstractPutGroupNoSync 'new' causes GC allocation ???
std.parallelism TaskPool.task 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism TaskPool.nWorkers 'new' causes GC allocation ???
std.parallelism taskPool 'new' causes GC allocation ???
std.parallelism ) 'new' causes GC allocation ???
std.parallelism foreachErr 'new' causes GC allocation ???
std.parallelism Task.executeInNewThread 'new' causes GC allocation ???
std.parallelism Task.executeInNewThread 'new' causes GC allocation ???
std.path buildNormalizedPath 'new' causes GC allocation ???
std.path buildNormalizedPath 'new' causes GC allocation ???
std.path absolutePath 'new' causes GC allocation ???
std.path globMatch operator ~ may cause GC allocation ???
std.path expandTilde operator ~= may cause GC allocation ???
std.path expandTilde operator ~ may cause GC allocation ???
std.path expandTilde operator ~ may cause GC allocation ???
std.path **** 'new' causes GC allocation ???
std.process Pid.returns 'new' causes GC allocation ???
std.process pipe 'new' causes GC allocation ???
std.process pipe 'new' causes GC allocation ???
std.process pipe 'new' causes GC allocation ???
std.process pipeProcessImpl 'new' causes GC allocation ???
std.process pipeProcessImpl 'new' causes GC allocation ???
std.process ProcessPipes.stdin 'new' causes GC allocation ???
std.process ProcessPipes.stdout 'new' causes GC allocation ???
std.process ProcessPipes.stderr 'new' causes GC allocation ???
std.process ProcessException.newFromErrno operator ~ may cause GC allocation ???
std.process ProcessException.newFromErrno 'new' causes GC allocation ???
std.process escapeWindowsShellCommand 'new' causes GC allocation ???
std.process escapeWindowsShellCommand 'new' causes GC allocation ???
std.process escapeShellArguments 'new' causes GC allocation ???
std.process escapeShellArguments setting 'length' may cause GC allocation ???
std.process charAllocator 'new' causes GC allocation ???
std.process environment.opIndex operator ~ may cause GC allocation ???
std.process environment.Exception operator ~ may cause GC allocation ???
std.process environment.toAA indexing an associative array may cause GC allocation ???
std.process use 'new' causes GC allocation ???
std.process use operator ~ may cause GC allocation ???
std.process execvpe_ operator ~ may cause GC allocation ???
std.process shell operator ~= may cause GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl operator ~ may cause GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl operator ~ may cause GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process spawnProcessImpl 'new' causes GC allocation ???
std.process createEnv 'new' causes GC allocation ???
std.process createEnv operator ~ may cause GC allocation ???
std.random **** 'new' causes GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~= may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range roundRobin operator ~ may cause GC allocation ???
std.range Repeat.opSlice 'new' causes GC allocation ???
std.range put array literal may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenFixupCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctAtomCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenRegEx operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenRegEx operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenRegEx operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenRegEx operator ~= may cause GC allocation ???
std.regex.internal.backtracking ctSub operator ~ may cause GC allocation ???
std.regex.internal.backtracking CtContext.restoreCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.restoreCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.restoreCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.restoreCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.restoreCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.saveCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.saveCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.saveCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.saveCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.saveCode operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenBlock operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenGroup operator ~ may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenGroup operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenGroup operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenAlternation operator ~ may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenAlternation operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenAlternation operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenAlternation operator ~= may cause GC allocation ???
std.regex.internal.backtracking CtContext.ctGenAlternation operator ~= may cause GC allocation ???
std.regex.internal.ir disassemble operator ~ may cause GC allocation ???
std.regex.internal.ir disassemble operator ~ may cause GC allocation ???
std.regex.internal.ir getTrie indexing an associative array may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.fetch setting 'length' may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex operator ~= may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex 'new' causes GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex operator ~= may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex operator ~= may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex operator ~= may cause GC allocation ???
std.regex.internal.kickstart ShiftOr.Regex operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.charsetToIr operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.charsetToIr operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.charsetToIr operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.error 'new' causes GC allocation ???
std.regex.internal.parser lightPostprocess 'new' causes GC allocation ???
std.regex.internal.parser lightPostprocess 'new' causes GC allocation ???
std.regex.internal.parser parseUniHex 'new' causes GC allocation ???
std.regex.internal.parser getTrie indexing an associative array may cause GC allocation ???
std.regex.internal.parser Stack.push operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.markBackref setting 'length' may cause GC allocation ???
std.regex.internal.parser Parser.put operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.putRaw operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.parseFlags 'new' causes GC allocation ???
std.regex.internal.parser Parser.parseFlags 'new' causes GC allocation ???
std.regex.internal.parser Parser.parseRegex operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.parseRegex operator ~= may cause GC allocation ???
std.regex.internal.parser Parser.parseQuantifier setting 'length' may cause GC allocation ???
std.regex.internal.parser Parser.parseQuantifier setting 'length' may cause GC allocation ???
std.regex.internal.parser Parser.parseQuantifier operator ~= may cause GC allocation ???
std.regex.internal.parser reverseBytecode 'new' causes GC allocation ???
std.regex.internal.thompson ThompsonMatcher.eval indexing an associative array may cause GC allocation ???
std.regex.internal.thompson ThompsonMatcher.eval indexing an associative array may cause GC allocation ???
std.regex.package Captures.newMatches 'new' causes GC allocation ???
std.socket getAddressInfoImpl 'new' causes GC allocation ???
std.socket getAddressInfoImpl 'new' causes GC allocation ???
std.socket getAddressInfoImpl 'new' causes GC allocation ???
std.socket serviceToPort 'new' causes GC allocation ???
std.socket getAddress setting 'length' may cause GC allocation ???
std.socket getAddress 'new' causes GC allocation ???
std.socket getAddress 'new' causes GC allocation ???
std.socket getAddress 'new' causes GC allocation ???
std.socket getAddress operator ~= may cause GC allocation ???
std.socket getAddress 'new' causes GC allocation ???
std.socket parseAddress 'new' causes GC allocation ???
std.socket parseAddress 'new' causes GC allocation ???
std.socket Address.toHostString 'new' causes GC allocation ???
std.socket Address.toHostString 'new' causes GC allocation ???
std.socket Address.toHostString operator ~ may cause GC allocation ???
std.socket Address.toHostString 'new' causes GC allocation ???
std.socket Address.toHostString operator ~ may cause GC allocation ???
std.socket Address.toHostString 'new' causes GC allocation ???
std.socket Address.toHostString operator ~ may cause GC allocation ???
std.socket Address.toHostString 'new' causes GC allocation ???
std.socket Address.toHostString operator ~ may cause GC allocation ???
std.socket Address.toServiceString 'new' causes GC allocation ???
std.socket Address.toServiceString operator ~ may cause GC allocation ???
std.socket Address.toServiceString 'new' causes GC allocation ???
std.socket Address.toServiceString operator ~ may cause GC allocation ???
std.socket Address.toServiceString 'new' causes GC allocation ???
std.socket Address.toServiceString operator ~ may cause GC allocation ???
std.socket Address.toServiceString 'new' causes GC allocation ???
std.socket Address.toServiceString operator ~ may cause GC allocation ???
std.socket Address.string operator ~ may cause GC allocation ???
std.socket Address.string operator ~ may cause GC allocation ???
std.socket InternetAddress.char 'new' causes GC allocation ???
std.socket InternetAddress.char 'new' causes GC allocation ???
std.socket InternetAddress.string 'new' causes GC allocation ???
std.socket Internet6Address.parse 'new' causes GC allocation ???
std.socket if 'new' causes GC allocation ???
std.socket SocketSet.SocketSet setting 'length' may cause GC allocation ???
std.socket SocketSet.SocketSet setting 'length' may cause GC allocation ???
std.socket SocketSet.add setting 'length' may cause GC allocation ???
std.socket SocketSet.add setting 'length' may cause GC allocation ???
std.socket SocketOSException.msg operator ~ may cause GC allocation ???
std.socket Socket.af 'new' causes GC allocation ???
std.socket Socket.af 'new' causes GC allocation ???
std.socket Socket.blocking 'new' causes GC allocation ???
std.socket Socket.bind 'new' causes GC allocation ???
std.socket Socket.connect 'new' causes GC allocation ???
std.socket Socket.listen 'new' causes GC allocation ???
std.socket Socket.Socket 'new' causes GC allocation ???
std.socket Socket.accept 'new' causes GC allocation ???
std.socket Socket.hostName 'new' causes GC allocation ???
std.socket Socket.remoteAddress 'new' causes GC allocation ???
std.socket Socket.remoteAddress 'new' causes GC allocation ???
std.socket Socket.localAddress 'new' causes GC allocation ???
std.socket Socket.localAddress 'new' causes GC allocation ???
std.socket Socket.receiveFrom 'new' causes GC allocation ???
std.socket Socket.getOption operator ~ may cause GC allocation ???
std.socket Socket.getOption 'new' causes GC allocation ???
std.socket Socket.getOption operator ~ may cause GC allocation ???
std.socket Socket.getOption 'new' causes GC allocation ???
std.socket Socket.setOption 'new' causes GC allocation ???
std.socket Socket.setOption 'new' causes GC allocation ???
std.socket Socket.setOption operator ~ may cause GC allocation ???
std.socket Socket.setOption 'new' causes GC allocation ???
std.socket Socket.setOption 'new' causes GC allocation ???
std.socket Socket.select 'new' causes GC allocation ???
std.socket Socket.Address 'new' causes GC allocation ???
std.socket Socket.Address 'new' causes GC allocation ???
std.socket Socket.Address 'new' causes GC allocation ???
std.socket socketPair 'new' causes GC allocation ???
std.socket socketPair 'new' causes GC allocation ???
std.socket Protocol.populate 'new' causes GC allocation ???
std.socket Service.populate 'new' causes GC allocation ???
std.socket InternetHost.validHostent 'new' causes GC allocation ???
std.socket InternetHost.populate 'new' causes GC allocation ???
std.socket InternetHost.populate 'new' causes GC allocation ???
std.socketstream SocketStream.SocketStream 'new' causes GC allocation ???
std.stdio ) operator ~ may cause GC allocation ???
std.stdio file operator ~ may cause GC allocation ???
std.stdio the operator ~ may cause GC allocation ???
std.stdio file 'new' causes GC allocation ???
std.stdio with operator ~ may cause GC allocation ???
std.stdio with 'new' causes GC allocation ???
std.stdio with 'new' causes GC allocation ???
std.stdio readlnImpl setting 'length' may cause GC allocation ???
std.stdio readlnImpl operator ~= may cause GC allocation ???
std.stdio readlnImpl setting 'length' may cause GC allocation ???
std.stdio readlnImpl setting 'length' may cause GC allocation ???
std.stdio readlnImpl 'new' causes GC allocation ???
std.stdio readlnImpl 'new' causes GC allocation ???
std.stdio readlnImpl 'new' causes GC allocation ???
std.stdio readlnImpl operator ~ may cause GC allocation ???
std.stdio _popen operator ~ may cause GC allocation ???
std.stdio to operator ~ may cause GC allocation ???
std.stdio to operator ~ may cause GC allocation ???
std.stdio the operator ~ may cause GC allocation ???
std.stdio file operator ~ may cause GC allocation ???
std.stdio file operator ~ may cause GC allocation ???
std.stdio for operator ~ may cause GC allocation ???
std.stream ungetcw operator ~= may cause GC allocation ???
std.stream ungetcw operator ~= may cause GC allocation ???
std.stream writeExact 'new' causes GC allocation ???
std.stream flush setting 'length' may cause GC allocation ???
std.stream string 'new' causes GC allocation ???
std.stream string 'new' causes GC allocation ???
std.stream string setting 'length' may cause GC allocation ???
std.stream void 'new' causes GC allocation ???
std.stream void 'new' causes GC allocation ???
std.stream void 'new' causes GC allocation ???
std.stream source 'new' causes GC allocation ???
std.stream TreadLine(T) operator ~= may cause GC allocation ???
std.stream void 'new' causes GC allocation ???
std.stream open operator ~ may cause GC allocation ???
std.stream open 'new' causes GC allocation ???
std.stream open operator ~ may cause GC allocation ???
std.stream open 'new' causes GC allocation ???
std.stream ulong 'new' causes GC allocation ???
std.stream this() 'new' causes GC allocation ???
std.stream filename 'new' causes GC allocation ???
std.stream hFile 'new' causes GC allocation ???
std.stream wchar setting 'length' may cause GC allocation ???
std.stream wchar 'new' causes GC allocation ???
std.stream wchar 'new' causes GC allocation ???
std.stream data 'new' causes GC allocation ???
std.stream reserve setting 'length' may cause GC allocation ???
std.stream void 'delete' requires GC ???
std.stream readExact 'new' causes GC allocation ???
std.stream readLine setting 'length' may cause GC allocation ???
std.stream readLine operator ~= may cause GC allocation ???
std.stream readLine setting 'length' may cause GC allocation ???
std.stream readLineW setting 'length' may cause GC allocation ???
std.stream readLineW operator ~= may cause GC allocation ???
std.stream readLineW setting 'length' may cause GC allocation ???
std.stream readString 'new' causes GC allocation ???
std.stream readStringW 'new' causes GC allocation ???
std.stream getc setting 'length' may cause GC allocation ???
std.stream getcw setting 'length' may cause GC allocation ???
std.stream getcw 'new' causes GC allocation ???
std.stream ungetc setting 'length' may cause GC allocation ???
std.stream ungetc operator ~= may cause GC allocation ???
std.stream ungetcw setting 'length' may cause GC allocation ???
std.stream ungetcw operator ~= may cause GC allocation ???
std.string rightJustify 'new' causes GC allocation ???
std.string rightJustify 'new' causes GC allocation ???
std.string toStringz 'new' causes GC allocation ???
std.string makeTrans 'new' causes GC allocation ???
std.string format 'new' causes GC allocation ???
std.string sformat using closure causes GC allocation ???
std.string sformat 'new' causes GC allocation ???
std.string soundex 'new' causes GC allocation ???
std.string abbrev indexing an associative array may cause GC allocation ???
std.string abbrev indexing an associative array may cause GC allocation ???
std.syserror SysError.msg 'new' causes GC allocation ???
std.traits std indexing an associative array may cause GC allocation ???
std.traits std associative array literal may cause GC allocation ???
std.traits std indexing an associative array may cause GC allocation ???
std.typecons NotImplementedError.method operator ~ may cause GC allocation ???
std.typecons Tuple.injectNamedFields operator ~= may cause GC allocation ???
std.typecons Tuple.injectNamedFields operator ~= may cause GC allocation ???
std.uni genUnrolledSwitchSearch operator ~= may cause GC allocation ???
std.uni genUnrolledSwitchSearch operator ~= may cause GC allocation ???
std.uni genUnrolledSwitchSearch operator ~= may cause GC allocation ???
std.uni GcPolicy.alloc 'new' causes GC allocation ???
std.uni GcPolicy.realloc setting 'length' may cause GC allocation ???
std.uni GcPolicy.append operator ~= may cause GC allocation ???
std.uni InversionList.set operator ~= may cause GC allocation ???
std.uni InversionList.set operator ~= may cause GC allocation ???
std.uni InversionList.inverted array literal may cause GC allocation ???
std.uni InversionList.inverted array literal may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~ may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~ may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~ may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~ may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~ may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.toSourceCode operator ~= may cause GC allocation ???
std.uni InversionList.dropUpTo array literal may cause GC allocation ???
std.uni InversionList.skipUpTo array literal may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni compressTo operator ~= may cause GC allocation ???
std.uni isPrettyPropertyName array literal may cause GC allocation ???
std.uni unicode.loadAny operator ~ may cause GC allocation ???
std.uni unicode.loadAny 'new' causes GC allocation ???
std.uni unicode.loadAny operator ~ may cause GC allocation ???
std.uni unicode.loadAny 'new' causes GC allocation ???
std.uni unicode.loadAny operator ~ may cause GC allocation ???
std.uni encodeTo 'new' causes GC allocation ???
std.uni toCaseInPlaceAlloc.toCaseInPlaceAlloc 'new' causes GC allocation ???
std.uni MultiArray.sizes 'new' causes GC allocation ???
std.uni MultiArray.n setting 'length' may cause GC allocation ???
std.uni MultiArray.n setting 'length' may cause GC allocation ???
std.uri URI_Encode 'new' causes GC allocation ???
std.uri URI_Encode 'new' causes GC allocation ???
std.uri URI_Encode 'new' causes GC allocation ???
std.uri URI_Encode 'new' causes GC allocation ???
std.uri URI_Encode 'new' causes GC allocation ???
std.uri URIException.nothrow operator ~ may cause GC allocation ???
std.utf decodeImpl 'new' causes GC allocation ???
std.utf decodeImpl 'new' causes GC allocation ???
std.utf decodeImpl 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode operator ~= may cause GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode operator ~= may cause GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode operator ~= may cause GC allocation ???
std.utf encode operator ~= may cause GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode 'new' causes GC allocation ???
std.utf encode operator ~= may cause GC allocation ???
std.utf strideImpl 'new' causes GC allocation ???
std.utf toUTF8 setting 'length' may cause GC allocation ???
std.utf toUTF8 setting 'length' may cause GC allocation ???
std.utf toUTF8 setting 'length' may cause GC allocation ???
std.utf toUTF8 setting 'length' may cause GC allocation ???
std.utf toUTF16 setting 'length' may cause GC allocation ???
std.utf toUTF16 setting 'length' may cause GC allocation ???
std.utf toUTF16 operator ~= may cause GC allocation ???
std.utf wstring setting 'length' may cause GC allocation ???
std.utf wstring setting 'length' may cause GC allocation ???
std.utf toUTF32 setting 'length' may cause GC allocation ???
std.utf toUTF32 setting 'length' may cause GC allocation ???
std.utf toUTFzImpl operator ~= may cause GC allocation ???
std.utf strideBack 'new' causes GC allocation ???
std.utf UTFException.msg operator ~ may cause GC allocation ???
std.utf UTFException.string operator ~= may cause GC allocation ???
std.utf toUCSindex 'new' causes GC allocation ???
std.utf UTFException.string operator ~= may cause GC allocation ???
std.utf UTFException.string operator ~= may cause GC allocation ???
std.uuid **** 'new' causes GC allocation ???
std.uuid **** 'new' causes GC allocation ???
std.uuid **** 'new' causes GC allocation ???
std.uuid **** 'new' causes GC allocation ???
std.uuid **** 'new' causes GC allocation ???
std.variant VariantException operator ~ may cause GC allocation ???
std.variant VariantN.handler 'new' causes GC allocation ???
std.variant VariantN.handler 'new' causes GC allocation ???
std.variant VariantN.handler 'new' causes GC allocation ???
std.variant VariantN.handler operator ~= may cause GC allocation ???
std.variant VariantN.handler array literal may cause GC allocation ???
std.variant VariantN.handler operator ~= may cause GC allocation ???
std.variant VariantN.handler operator ~= may cause GC allocation ???
std.variant VariantN.handler 'new' causes GC allocation ???
std.variant VariantN.handler 'new' causes GC allocation ???
std.variant VariantN.get 'new' causes GC allocation ???
std.variant VariantN.value 'new' causes GC allocation ???
std.xml Tag.string operator ~ may cause GC allocation ???
std.xml Tag.string operator ~ may cause GC allocation ???
std.xml Tag.string indexing an associative array may cause GC allocation ???
std.xml Tag.string 'new' causes GC allocation ???
std.xml Tag.string setting 'length' may cause GC allocation ???
std.xml Tag.string setting 'length' may cause GC allocation ???
std.xml Tag.string 'new' causes GC allocation ???
std.xml Tag.const operator ~ may cause GC allocation ???
std.xml Tag.const operator ~= may cause GC allocation ???
std.xml Tag.const operator ~ may cause GC allocation ???
std.xml Tag.const operator ~ may cause GC allocation ???
std.xml Tag.const operator ~ may cause GC allocation ???
std.xml Comment.content 'new' causes GC allocation ???
std.xml Comment.string operator ~ may cause GC allocation ???
std.xml CData.content 'new' causes GC allocation ???
std.xml CData.string operator ~ may cause GC allocation ???
std.xml XMLInstruction.content 'new' causes GC allocation ???
std.xml XMLInstruction.string operator ~ may cause GC allocation ???
std.xml ProcessingInstruction.content 'new' causes GC allocation ???
std.xml ProcessingInstruction.string operator ~ may cause GC allocation ???
std.xml Item.pretty array literal may cause GC allocation ???
std.xml ElementParser.parse indexing an associative array may cause GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse indexing an associative array may cause GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse indexing an associative array may cause GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse indexing an associative array may cause GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.parse 'new' causes GC allocation ???
std.xml ElementParser.msg 'new' causes GC allocation ???
std.xml ElementParser.msg 'new' causes GC allocation ???
std.xml ElementParser.msg 'new' causes GC allocation ???
std.xml ElementParser.checkAttValue operator ~ may cause GC allocation ???
std.xml ElementParser.checkElement operator ~ may cause GC allocation ???
std.xml ElementParser.checkLiteral operator ~ may cause GC allocation ???
std.xml ElementParser.checkEnd operator ~ may cause GC allocation ???
std.xml ElementParser.checkEnd 'new' causes GC allocation ???
std.xml ElementParser.checkEnd operator ~ may cause GC allocation ???
std.xml ElementParser.checkEnd 'new' causes GC allocation ???
std.xml ElementParser.checkEnd operator ~ may cause GC allocation ???
std.xml check 'new' causes GC allocation ???
std.xml CheckException.string operator ~= may cause GC allocation ???
std.xml CheckException.string operator ~= may cause GC allocation ???
std.xml CheckException.string operator ~ may cause GC allocation ???
std.xml Err 'new' causes GC allocation ???
std.xml Err 'new' causes GC allocation ???
std.xml Err operator ~= may cause GC allocation ???
std.xml Err operator ~= may cause GC allocation ???
std.xml Err 'new' causes GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode 'new' causes GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml decode 'new' causes GC allocation ???
std.xml decode operator ~= may cause GC allocation ???
std.xml Document.s 'new' causes GC allocation ???
std.xml Document.const operator ~ may cause GC allocation ???
std.xml Element.name 'new' causes GC allocation ???
std.xml Element.name 'new' causes GC allocation ???
std.xml Element.tag_ 'new' causes GC allocation ???
std.xml Element.tag_ indexing an associative array may cause GC allocation ???
std.xml Element.opCatAssign operator ~= may cause GC allocation ???
std.xml Element.opCatAssign operator ~= may cause GC allocation ???
std.xml Element.opCatAssign operator ~= may cause GC allocation ???
std.xml Element.opCatAssign operator ~= may cause GC allocation ???
std.xml Element.opCatAssign operator ~= may cause GC allocation ???
std.xml Element.appendItem operator ~= may cause GC allocation ???
std.xml Element.parse using closure causes GC allocation ???
std.xml Element.parse 'new' causes GC allocation ???
std.xml Element.parse 'new' causes GC allocation ???
std.xml Element.parse 'new' causes GC allocation ???
std.xml Element.parse 'new' causes GC allocation ???
std.xml Element.parse indexing an associative array may cause GC allocation ???
std.xml Element.parse 'new' causes GC allocation ???
std.xml Element.const 'new' causes GC allocation ???
std.xml Element.const operator ~= may cause GC allocation ???
std.xml Element.const array literal may cause GC allocation ???
std.xml Element.const operator ~ may cause GC allocation ???
std.xml Element.const array literal may cause GC allocation ???
std.xml Element.const operator ~ may cause GC allocation ???
std.xml Element.const array literal may cause GC allocation ???
std.xml Element.const array literal may cause GC allocation ???
std.xml Element.const operator ~= may cause GC allocation ???
std.xml Element.const operator ~= may cause GC allocation ???
std.xml Element.const operator ~= may cause GC allocation ???
std.xml Element.const operator ~= may cause GC allocation ???
std.zip ArchiveMember.expandedData setting 'length' may cause GC allocation ???
std.zip ArchiveMember.compressionMethod 'new' causes GC allocation ???
std.zip ZipArchive.addMember indexing an associative array may cause GC allocation ???
std.zip ZipArchive.build 'new' causes GC allocation ???
std.zip ZipArchive.build 'new' causes GC allocation ???
std.zip ZipArchive.build 'new' causes GC allocation ???
std.zip ZipException.msg operator ~ may cause GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.buffer indexing an associative array may cause GC allocation ???
std.zip ZipArchive.buffer 'new' causes GC allocation ???
std.zip ZipArchive.expand 'new' causes GC allocation ???
std.zip ZipArchive.expand 'new' causes GC allocation ???
std.zip ZipArchive.expand 'new' causes GC allocation ???
std.zip ZipArchive.expand 'new' causes GC allocation ???
std.zlib compress 'new' causes GC allocation ???
std.zlib compress 'delete' requires GC ???
std.zlib compress 'new' causes GC allocation ???
std.zlib compress setting 'length' may cause GC allocation ???
std.zlib uncompress 'new' causes GC allocation ???
std.zlib uncompress setting 'length' may cause GC allocation ???
std.zlib uncompress setting 'length' may cause GC allocation ???
std.zlib uncompress 'new' causes GC allocation ???
std.zlib uncompress 'new' causes GC allocation ???
std.zlib Compress.error 'new' causes GC allocation ???
std.zlib Compress.compress 'new' causes GC allocation ???
std.zlib Compress.compress operator ~ may cause GC allocation ???
std.zlib Compress.compress 'delete' requires GC ???
std.zlib Compress.compress setting 'length' may cause GC allocation ???
std.zlib Compress.flush operator ~= may cause GC allocation ???
std.zlib Compress.flush 'delete' requires GC ???
std.zlib Compress.flush operator ~= may cause GC allocation ???
std.zlib UnCompress.error 'new' causes GC allocation ???
std.zlib UnCompress.uncompress 'new' causes GC allocation ???
std.zlib UnCompress.uncompress operator ~ may cause GC allocation ???
std.zlib UnCompress.uncompress 'delete' requires GC ???
std.zlib UnCompress.uncompress setting 'length' may cause GC allocation ???
std.zlib UnCompress.flush 'new' causes GC allocation ???
std.zlib UnCompress.flush operator ~= may cause GC allocation ???
std.zlib UnCompress.flush 'delete' requires GC ???
std.zlib UnCompress.flush operator ~ may cause GC allocation ???