Difference between revisions of "Stuff in Phobos That Generates Garbage"
(If we compile all of unittests we get more results...) |
|||
Line 1: | Line 1: | ||
− | |||
Auto-generated results as reported by compiler (building unittests with -vgc flag of DMD). | Auto-generated results as reported by compiler (building unittests with -vgc flag of DMD). | ||
For tempaltes only code that is _instantiated_ by unittests build is accounted for (~ all covered code). | For tempaltes only code that is _instantiated_ by unittests build is accounted for (~ all covered code). | ||
The tool used to post-process the output can be found [https://gist.github.com/DmitryOlshansky/d718be4ec12158cf2f02 here]. | The tool used to post-process the output can be found [https://gist.github.com/DmitryOlshansky/d718be4ec12158cf2f02 here]. | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 20: | Line 20: | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L1127 std.algorithm] |
− | | | + | |reduce.reduceImpl |
− | |||
− | |||
− | |||
− | |||
− | |||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L11327 std.algorithm] |
− | | | + | |r |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L11400 std.algorithm] |
− | | | + | |topNIndex |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L12752 std.algorithm] |
− | | | + | |largestPartialIntersectionWeighted |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L12760 std.algorithm] |
− | | | + | |ror |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L13360 std.algorithm] |
− | | | + | |castSwitch |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L13388 std.algorithm] |
− | | | + | |castSwitch |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L13425 std.algorithm] |
− | | | + | |castSwitch |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L13438 std.algorithm] |
− | | | + | |castSwitch |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L13584 std.algorithm] |
− | | | + | |cartesianProduct |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L14143 std.algorithm] |
− | | | + | |predSwitch |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L14168 std.algorithm] |
− | | | + | |predSwitch |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L3434 std.algorithm] |
− | | | + | |SplitterResult.front |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L3448 std.algorithm] |
− | | | + | |SplitterResult.popFront |
− | | | + | |'new' causes GC allocation |
− | | ??? | + | | ??? |
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L3597 std.algorithm] |
− | | | + | |splitter |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L3604 std.algorithm] |
− | | | + | |splitter |
− | |||
− | |||
− | |||
− | |||
− | |||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L5324 std.algorithm] |
− | | | + | |ignored |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L5329 std.algorithm] |
− | | | + | |ignored |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L6801 std.algorithm] |
− | | | + | |commonPrefix |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L8073 std.algorithm] |
− | | | + | |Levenshtein.path |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L8080 std.algorithm] |
− | | | + | |Levenshtein.path |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L8084 std.algorithm] |
− | | | + | |Levenshtein.path |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L8107 std.algorithm] |
− | | | + | |Levenshtein.AllocMatrix |
− | | | + | |'delete' requires GC |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L8108 std.algorithm] |
− | | | + | |Levenshtein.AllocMatrix |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L938 std.algorithm] |
− | | | + | |Cache.front |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L943 std.algorithm] |
− | | | + | |Cache.if |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L949 std.algorithm] |
− | | | + | |Cache.popFront |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/algorithm.d#L958 std.algorithm] |
− | | | + | |Cache.if |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L1143 std.array] |
− | | | + | |insertInPlace |
− | |' | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L1426 std.array] |
− | | | + | |replicate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L1485 std.array] |
− | | | + | |split |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L1499 std.array] |
− | | | + | |split |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2022 std.array] |
− | | | + | |replace |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2138 std.array] |
− | | | + | |replaceInPlace |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L2484 std.array] |
− | | | + | |Appender.ensureAddable |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L267 std.array] |
− | | | + | |assocArray |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L420 std.array] |
− | | | + | |arrayAllocImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L421 std.array] |
− | | | + | |arrayAllocImpl |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L428 std.array] |
− | | | + | |arrayAllocImpl |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/array.d#L431 std.array] |
− | | | + | |arrayAllocImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1077 std.base64] |
− | | | + | |Base64Impl.ubyte |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1144 std.base64] |
− | | | + | |Base64Impl.Decoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1190 std.base64] |
− | | | + | |Base64Impl.Decoder |
− | |' | + | |operator ~= may cause GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1196 std.base64] | ||
+ | |Base64Impl.Decoder | ||
+ | |setting 'length' may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1265 std.base64] |
− | | | + | |Base64Impl.Decoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1275 std.base64] |
− | | | + | |Base64Impl.Decoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1287 std.base64] |
− | | | + | |Base64Impl.Decoder |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1292 std.base64] |
− | | | + | |Base64Impl.Decoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1392 std.base64] |
− | | | + | |Base64Impl.int |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1392 std.base64] |
− | | | + | |Base64Impl.int |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L1392 std.base64] |
− | | | + | |Base64Impl.int |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L417 std.base64] |
− | | | + | |Base64Impl.char |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L484 std.base64] |
− | | | + | |Base64Impl.Encoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L526 std.base64] |
− | | | + | |Base64Impl.Encoder |
− | |' | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L595 std.base64] |
− | | | + | |Base64Impl.Encoder |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L799 std.base64] |
− | | | + | |Base64Impl.ubyte |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/base64.d#L945 std.base64] |
− | | | + | |Base64Impl.decode |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L478 std.bigint] |
− | | | + | |BigInt.toString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bigint.d#L561 std.bigint] |
− | | | + | |BigInt.checkDivByZero |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/bitmanip.d#L1567 std.bitmanip] |
− | | | + | |BitArray.toString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1019 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1021 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1177 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1187 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1266 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L1503 std.concurrency] |
− | | | + | |locate |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L334 std.concurrency] |
− | | | + | |thisTid |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L476 std.concurrency] |
− | | | + | |_spawn |
+ | |using closure causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L480 std.concurrency] | ||
+ | |_spawn | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L491 std.concurrency] |
− | | | + | |_spawn |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L492 std.concurrency] |
− | | | + | |_spawn |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L738 std.concurrency] |
− | | | + | |receiveOnly |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L838 std.concurrency] |
− | | | + | |OnCrowding |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/concurrency.d#L907 std.concurrency] |
− | | | + | |static |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L251 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L257 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L263 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L269 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L275 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L281 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L287 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L293 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L304 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L310 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L316 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L323 std.container.array] |
− | | | + | |the |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L330 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L336 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L342 std.container.array] |
− | | | + | |the |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L445 std.container.array] |
− | | | + | |a |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L458 std.container.array] |
− | | | + | |to |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L465 std.container.array] |
− | | | + | |to |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/array.d#L478 std.container.array] |
− | | | + | |operators |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/dlist.d#L142 std.container.dlist] |
− | | | + | |DList.createNode |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/container/dlist.d#L149 std.container.dlist] |
− | | | + | |DList.initialize |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1300 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1464 std.conv] |
− | | | + | |toImpl |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L1748 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2205 std.conv] |
− | | | + | |parse |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2281 std.conv] |
− | | | + | |parse |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2282 std.conv] | ||
+ | |parse | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2334 std.conv] |
− | | | + | |parse |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2478 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2496 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2595 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2598 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2646 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2655 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2676 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2702 std.conv] |
− | | | + | |parse |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L2710 std.conv] |
− | | | + | |parse |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L3135 std.conv] |
− | | | + | |parse |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L3321 std.conv] |
− | | | + | |parse |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L3416 std.conv] |
− | | | + | |parseEscape |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L358 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L363 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L50 std.conv] |
− | | | + | |convError |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L575 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | |||
− | |||
− | |||
− | |||
− | |||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | + | |toImpl | |
− | |||
− | |||
− | |||
− | |||
− | | | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | + | |toImpl | |
− | |||
− | |||
− | |||
− | |||
− | | | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | + | |toImpl | |
− | |||
− | |||
− | |||
− | |||
− | | | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | + | |toImpl | |
− | |||
− | |||
− | |||
− | |||
− | | | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] | ||
+ | |toImpl | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L688 std.conv] |
− | | | + | |toImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L842 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/conv.d#L845 std.conv] |
− | | | + | |toImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L131 std.cstream] |
− | | | + | |ulong |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L246 std.cstream] |
− | | | + | |din |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L247 std.cstream] |
− | | | + | |dout |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/cstream.d#L248 std.cstream] |
− | | | + | |derr |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1037 std.csv] |
− | | | + | |CsvReader.prime |
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1042 std.csv] | ||
+ | |CsvReader.prime | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1087 std.csv] |
− | | | + | |CsvReader.prime |
− | |' | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1216 std.csv] |
− | | | + | |CsvRecord.popFront |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1225 std.csv] |
− | | | + | |CsvRecord.popFront |
− | |' | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1266 std.csv] |
− | | | + | |CsvRecord.prime |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1306 std.csv] |
− | | | + | |CsvRecord.prime |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1397 std.csv] |
− | | | + | |csvNextToken |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1436 std.csv] |
− | | | + | |csvNextToken |
− | |' | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L1450 std.csv] |
− | | | + | |csvNextToken |
− | |' | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L836 std.csv] |
− | | | + | |CsvReader.input |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L866 std.csv] |
− | | | + | |CsvReader.input |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L874 std.csv] |
− | | | + | |CsvReader.input |
− | |array | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L883 std.csv] |
− | | | + | |CsvReader.input |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L892 std.csv] |
− | | | + | |CsvReader.input |
− | | | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L896 std.csv] |
− | | | + | |CsvReader.input |
− | |array | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L899 std.csv] |
− | | | + | |CsvReader.input |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L900 std.csv] |
− | | | + | |CsvReader.input |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/csv.d#L918 std.csv] |
− | | | + | |CsvReader.input |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12428 std.datetime] |
− | | | + | |Date.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12434 std.datetime] |
− | | | + | |Date.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12435 std.datetime] |
− | | | + | |Date.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12440 std.datetime] |
− | | | + | |Date.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12442 std.datetime] |
− | | | + | |Date.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12445 std.datetime] |
− | | | + | |Date.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12544 std.datetime] |
− | | | + | |Date.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12550 std.datetime] |
− | | | + | |Date.fromISOExtString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12551 std.datetime] |
− | | | + | |Date.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12553 std.datetime] |
− | | | + | |Date.fromISOExtString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12555 std.datetime] |
− | | | + | |Date.fromISOExtString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12560 std.datetime] |
− | | | + | |Date.fromISOExtString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12562 std.datetime] |
− | | | + | |Date.fromISOExtString |
− | |' | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12566 std.datetime] |
− | | | + | |Date.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12665 std.datetime] |
− | | | + | |Date.fromSimpleString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12671 std.datetime] |
− | | | + | |Date.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12672 std.datetime] |
− | | | + | |Date.fromSimpleString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12673 std.datetime] |
− | | | + | |Date.fromSimpleString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12678 std.datetime] |
− | | | + | |Date.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12680 std.datetime] |
− | | | + | |Date.fromSimpleString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L12684 std.datetime] |
− | | | + | |Date.fromSimpleString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13853 std.datetime] |
− | | | + | |TimeOfDay.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13859 std.datetime] |
− | | | + | |TimeOfDay.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13860 std.datetime] |
− | | | + | |TimeOfDay.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13861 std.datetime] |
− | | | + | |TimeOfDay.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13955 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13961 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13962 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13964 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13966 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L13968 std.datetime] |
− | | | + | |TimeOfDay.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16700 std.datetime] |
− | | | + | |DateTime.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16703 std.datetime] |
− | | | + | |DateTime.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16783 std.datetime] |
− | | | + | |DateTime.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16786 std.datetime] |
− | | | + | |DateTime.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16864 std.datetime] |
− | | | + | |DateTime.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L16867 std.datetime] |
− | | | + | |DateTime.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17240 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17269 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17324 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17357 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17839 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17871 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L17900 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18015 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18048 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18078 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18212 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18266 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18313 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18325 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18335 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18395 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18408 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18420 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L18664 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L1928 std.datetime] |
− | | | + | |SysTime.fracSecs |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L1929 std.datetime] |
− | | | + | |SysTime.fracSecs |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L20581 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L20634 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L20744 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L2079 std.datetime] |
− | | | + | |SysTime.fracSec |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L22775 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L22805 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L22944 std.datetime] |
− | | | + | |**** |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L24516 std.datetime] |
− | | | + | |delegate |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L24620 std.datetime] |
− | | | + | |delegate |
− | | | + | |using closure causes GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L24743 std.datetime] | ||
+ | |delegate | ||
+ | |using closure causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L24843 std.datetime] | ||
+ | |delegate | ||
+ | |using closure causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L25153 std.datetime] |
− | | | + | |IntervalRange._enforceNotEmpty |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L25167 std.datetime] |
− | | | + | |IntervalRange._enforceCorrectDirection |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L25176 std.datetime] |
− | | | + | |IntervalRange._enforceCorrectDirection |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L25604 std.datetime] |
− | | | + | |PosInfIntervalRange._enforceCorrectDirection |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L25889 std.datetime] |
− | | | + | |NegInfIntervalRange._enforceCorrectDirection |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27460 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27465 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27476 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27481 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27482 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27487 std.datetime] |
− | | | + | |SimpleTimeZone.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27814 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27815 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27819 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27820 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27875 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27908 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27977 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27992 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L27998 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28011 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28025 std.datetime] |
− | | | + | |**** |
− | |||
− | |||
− | |||
− | |||
− | |||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28028 std.datetime] |
− | | | + | |**** |
− | |||
− | |||
− | |||
− | |||
− | |||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28039 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28042 std.datetime] |
− | | | + | |**** |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28056 std.datetime] |
− | | | + | |**** |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L28062 std.datetime] |
|**** | |**** | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30551 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30586 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30590 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30598 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30616 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30625 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30632 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30640 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30643 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30651 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30673 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30677 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30683 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30685 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30701 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30702 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30703 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30704 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30705 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30706 std.datetime] |
− | | | + | |parseRFC822DateTime |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30707 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30708 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30709 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30714 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30717 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30730 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L30735 std.datetime] |
− | | | + | |parseRFC822DateTime |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L32298 std.datetime] |
− | | | + | |fracSecsFromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L32301 std.datetime] |
− | | | + | |fracSecsFromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L32302 std.datetime] |
− | | | + | |fracSecsFromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7689 std.datetime] |
− | | | + | |SysTime.toISOString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7692 std.datetime] |
− | | | + | |SysTime.toISOString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7818 std.datetime] |
− | | | + | |SysTime.toISOExtString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7821 std.datetime] |
− | | | + | |SysTime.toISOExtString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7951 std.datetime] |
− | | | + | |SysTime.toSimpleString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L7954 std.datetime] |
− | | | + | |SysTime.toSimpleString |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L8145 std.datetime] |
− | | | + | |SysTime.fromISOString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L8316 std.datetime] |
− | | | + | |SysTime.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L8363 std.datetime] |
− | | | + | |SysTime.fromISOExtString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L8537 std.datetime] |
− | | | + | |SysTime.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/datetime.d#L8584 std.datetime] |
− | | | + | |SysTime.fromSimpleString |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L1421 std.encoding] |
− | | | + | |sanitize |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2149 std.encoding] |
− | | | + | |EncodingScheme.register |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2172 std.encoding] |
− | | | + | |EncodingScheme.create |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L2175 std.encoding] |
− | | | + | |EncodingScheme.create |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/encoding.d#L389 std.encoding] |
− | | | + | |EncoderFunctions.WriteToString() |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L1406 std.exception] |
− | | | + | |ErrnoException.msg |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L221 std.exception] |
− | | | + | |assertThrown |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L378 std.exception] |
− | | | + | |bailOut |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L534 std.exception] |
− | | | + | |errnoEnforce |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L572 std.exception] |
− | | | + | |enforceEx.enforceEx |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L84 std.exception] |
− | | | + | |assertNotThrown |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L85 std.exception] |
− | | | + | |assertNotThrown |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L902 std.exception] |
− | | | + | |assumeWontThrow |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L903 std.exception] |
− | | | + | |assumeWontThrow |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L903 std.exception] |
− | | | + | |assumeWontThrow |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L903 std.exception] |
− | | | + | |assumeWontThrow |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/exception.d#L903 std.exception] |
− | | | + | |assumeWontThrow |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1532 std.file] |
− | | | + | |ensureDirExists |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L162 std.file] |
− | | | + | |cenforce |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L1728 std.file] |
− | | | + | |rmdir |
|setting 'length' may cause GC allocation | |setting 'length' may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2280 std.file] |
− | | | + | |**** |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L2524 std.file] |
− | | | + | |rmdirRecurse |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/file.d#L54 std.file] |
− | | | + | |std |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L1224 std.format] |
− | | | + | |singleSpec |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L1225 std.format] |
− | | | + | |singleSpec |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L1236 std.format] |
− | | | + | |singleSpec |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L2297 std.format] |
− | | | + | |formatRange |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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#L3231 std.format] | ||
+ | |formatNth | ||
+ | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3264 std.format] |
− | | | + | |getNthInt |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L3269 std.format] |
− | | | + | |getNthInt |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L4561 std.format] |
− | | | + | |unformatRange |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L4568 std.format] |
− | | | + | |unformatRange |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5086 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5351 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5541 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5716 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5801 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5812 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L5829 std.format] |
− | | | + | |doFormat |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/format.d#L923 std.format] |
− | | | + | |FormatSpec.fillUp |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/functional.d#L445 std.functional] |
− | | | + | |partial.if |
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/functional.d#L446 std.functional] | ||
+ | |partial.if | ||
+ | |operator ~= may cause 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 | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L521 std.getopt] |
− | | | + | |Option |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L557 std.getopt] |
− | | | + | |getoptImpl |
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] | ||
+ | |getoptImpl | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] | ||
+ | |getoptImpl | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L571 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L606 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L606 std.getopt] |
− | | | + | |getoptImpl |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L615 std.getopt] |
− | | | + | |getoptImpl |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L643 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L646 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L648 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L664 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L690 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L692 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L738 std.getopt] |
− | | | + | |handleOption |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L743 std.getopt] |
− | | | + | |handleOption |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/getopt.d#L766 std.getopt] |
− | | | + | |handleOption |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L101 std.internal.math.biguintcore] |
− | | | + | |BigUint.immutable(BigDigit) |
− | | | + | |array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1020 std.internal.math.biguintcore] |
− | | | + | |includeSign |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1133 std.internal.math.biguintcore] |
− | | | + | |BigDigit |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1166 std.internal.math.biguintcore] |
− | | | + | |BigDigit |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1195 std.internal.math.biguintcore] |
− | | | + | |BigDigit |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1381 std.internal.math.biguintcore] |
− | | | + | |mulInternal |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L1580 std.internal.math.biguintcore] |
|the | |the | ||
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L2299 std.internal.math.biguintcore] |
− | | | + | |blockDivMod |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/internal/math/biguintcore.d#L2322 std.internal.math.biguintcore] |
− | | | + | |blockDivMod |
− | | | + | |'delete' requires GC |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L248 std.json] |
− | | | + | |JSONValue.assign |
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L261 std.json] | ||
+ | |JSONValue.assign | ||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L366 std.json] |
− | | | + | |JSONValue.opIndexAssign |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L376 std.json] |
− | | | + | |JSONValue.opBinary |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L399 std.json] |
− | | | + | |JSONValue.opOpAssign |
− | |||
− | |||
− | |||
− | |||
− | |||
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L484 std.json] |
− | | | + | |parseJSON |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L627 std.json] |
− | | | + | |parseJSON |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L649 std.json] |
− | | | + | |parseJSON |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/json.d#L788 std.json] |
− | | | + | |toJSON |
− | |||
− | |||
− | |||
− | |||
− | |||
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1002 std.net.curl] |
− | | | + | |byLine |
− | | | + | |array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1016 std.net.curl] |
− | | | + | |byLine |
− | | | + | |array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1277 std.net.curl] |
− | | | + | |AsyncLineInputRange |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1433 std.net.curl] |
− | | | + | |AsyncChunkInputRange |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1939 std.net.curl] |
− | | | + | |decodeString(Char |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1977 std.net.curl] |
− | | | + | |decodeLineInto |
− | |' | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1985 std.net.curl] |
− | | | + | |decodeLineInto |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L1987 std.net.curl] |
− | | | + | |decodeLineInto |
− | | | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L2006 std.net.curl] |
− | | | + | |decodeLineInto |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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 | |indexing an associative array may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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#L285 std.net.curl] | ||
+ | |download | ||
+ | |using closure causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L291 std.net.curl] |
− | | | + | |download |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L327 std.net.curl] |
− | | | + | |upload |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L350 std.net.curl] |
− | | | + | |upload |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[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/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4095 std.net.curl] |
− | | | + | |Pool.void |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[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 | |setting 'length' may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4181 std.net.curl] |
− | | | + | |_receiveAsyncLines |
− | | | + | |using closure causes GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4209 std.net.curl] | ||
+ | |_receiveAsyncLines | ||
+ | |setting 'length' may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4260 std.net.curl] |
− | | | + | |_receiveAsyncLines |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4286 std.net.curl] |
− | | | + | |_spawnAsync |
− | | | + | |using closure causes GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4307 std.net.curl] | ||
+ | |_spawnAsync | ||
+ | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4308 std.net.curl] |
− | | | + | |_spawnAsync |
− | | | + | |setting 'length' may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L4374 std.net.curl] |
− | | | + | |_spawnAsync |
− | | | + | |'new' causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L590 std.net.curl] |
− | | | + | |del |
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L744 std.net.curl] |
− | | | + | |_basicHTTP |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L765 std.net.curl] |
− | | | + | |_basicHTTP |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L802 std.net.curl] |
− | | | + | |_basicHTTP |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L803 std.net.curl] |
− | | | + | |_basicHTTP |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L806 std.net.curl] |
− | | | + | |_basicHTTP |
− | | | + | |indexing an associative array may cause GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L834 std.net.curl] | ||
+ | |_basicFTP | ||
+ | |using closure causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/curl.d#L851 std.net.curl] |
− | | | + | |_basicFTP |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L100 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |associative array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L101 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |associative array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L101 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L119 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L124 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L128 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L134 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L140 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L146 std.net.isemail] |
− | | | + | |isEmail |
− | |array | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L146 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L148 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L149 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L149 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L152 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L158 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L161 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L161 std.net.isemail] |
− | | | + | |isEmail |
− | |array | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L162 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L162 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L165 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L170 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L178 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L183 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L189 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L1920 std.net.isemail] |
− | | | + | |grep |
− | | | + | |using closure causes GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L197 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L198 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L201 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L203 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L204 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L208 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L211 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |array literal may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L224 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L228 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L232 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L232 std.net.isemail] |
− | | | + | |isEmail |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L243 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L245 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L245 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L246 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L246 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L257 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L262 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L266 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L272 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L276 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L281 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L289 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L289 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L290 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L290 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L294 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L298 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L300 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L300 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L301 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L301 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L302 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L306 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L314 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L319 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L324 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L328 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L340 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L344 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L348 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ | + | |operator ~ may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L348 std.net.isemail] |
− | | | + | |isEmail |
|'new' causes GC allocation | |'new' causes GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L358 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L363 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L369 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L371 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L371 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L372 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L372 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L385 std.net.isemail] |
− | | | + | |isEmail |
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L395 std.net.isemail] | ||
+ | |isEmail | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L399 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L402 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L414 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L420 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L428 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L431 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L436 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L439 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L442 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L445 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L450 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L452 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L452 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L453 std.net.isemail] |
− | | | + | |isEmail |
− | |indexing an associative array may cause GC allocation | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L453 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L460 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L461 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L470 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L474 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L475 std.net.isemail] |
− | | | + | |isEmail |
|operator ~= may cause GC allocation | |operator ~= may cause GC allocation | ||
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L485 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L490 std.net.isemail] |
− | | | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L492 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L492 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L493 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |indexing an associative array may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/ | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L493 std.net.isemail] |
− | | | + | |isEmail |
− | | | + | |operator ~= may cause GC allocation |
| ??? | | ??? | ||
|- | |- | ||
− | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1358 std.xml] | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L494 std.net.isemail] |
− | |CData.string | + | |isEmail |
− | |operator ~ may cause GC allocation | + | |indexing an associative array may cause GC allocation |
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L494 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L503 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L511 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L515 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L515 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L516 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L516 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L519 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L520 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L526 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L526 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L527 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L527 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L537 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L540 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L542 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L542 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L543 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L543 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L552 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L555 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L559 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L566 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L566 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L567 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L567 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L572 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L572 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L573 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L573 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L578 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L578 std.net.isemail] | ||
+ | |isEmail | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L586 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L596 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L605 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L609 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L611 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L621 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L626 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L635 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L642 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L653 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L663 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L678 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L678 std.net.isemail] | ||
+ | |isEmail | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L688 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L691 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L694 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L697 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L700 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L702 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L703 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L706 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L709 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L711 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L712 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L714 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L714 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L714 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L714 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L716 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L719 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L732 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L734 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L735 std.net.isemail] | ||
+ | |isEmail | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L744 std.net.isemail] | ||
+ | |isEmail | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L94 std.net.isemail] | ||
+ | |isEmail | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/net/isemail.d#L96 std.net.isemail] | ||
+ | |isEmail | ||
+ | |array literal 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#L1640 std.parallelism] | ||
+ | |**** | ||
+ | |using closure causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1894 std.parallelism] | ||
+ | |**** | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1951 std.parallelism] | ||
+ | |**** | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1952 std.parallelism] | ||
+ | |**** | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L1956 std.parallelism] | ||
+ | |**** | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2084 std.parallelism] | ||
+ | |**** | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2162 std.parallelism] | ||
+ | |TaskPool.asyncBuf | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2163 std.parallelism] | ||
+ | |TaskPool.asyncBuf | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2265 std.parallelism] | ||
+ | |TaskPool.asyncBuf | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2426 std.parallelism] | ||
+ | |**** | ||
+ | |using closure causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2613 std.parallelism] | ||
+ | |**** | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L2850 std.parallelism] | ||
+ | |TaskPool.WorkerLocalStorage | ||
+ | |'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#L3853 std.parallelism] | ||
+ | |RoundRobinBuffer.) | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L3857 std.parallelism] | ||
+ | |RoundRobinBuffer.) | ||
+ | |setting 'length' may cause 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/parallelism.d#L840 std.parallelism] | ||
+ | |task | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L877 std.parallelism] | ||
+ | |task | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/parallelism.d#L904 std.parallelism] | ||
+ | |task | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L1001 std.path] | ||
+ | |**** | ||
+ | |setting 'length' may cause 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#L2086 std.path] | ||
+ | |relativePath | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2109 std.path] | ||
+ | |relativePath | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2110 std.path] | ||
+ | |relativePath | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2117 std.path] | ||
+ | |relativePath | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L2118 std.path] | ||
+ | |relativePath | ||
+ | |operator ~= may cause 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#L843 std.path] | ||
+ | |setExtension | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L845 std.path] | ||
+ | |setExtension | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L861 std.path] | ||
+ | |setExtension | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L862 std.path] | ||
+ | |setExtension | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L867 std.path] | ||
+ | |setExtension | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L872 std.path] | ||
+ | |setExtension | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L931 std.path] | ||
+ | |defaultExtension | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/path.d#L933 std.path] | ||
+ | |defaultExtension | ||
+ | |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#L2206 std.process] | ||
+ | |TestScript.code | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2207 std.process] | ||
+ | |TestScript.code | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/process.d#L2236 std.process] | ||
+ | |uniqueTempPath | ||
+ | |operator ~ may cause 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 | ||
+ | |'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#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#L1730 std.random] | ||
+ | |uniformDistribution | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/random.d#L1961 std.random] | ||
+ | |RandomCover.if | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/random.d#L1973 std.random] | ||
+ | |RandomCover.if | ||
+ | |setting 'length' 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#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#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#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#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#L4444 std.range] | ||
+ | |Cycle.if | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L4559 std.range] | ||
+ | |Cycle.opSlice | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L4843 std.range] | ||
+ | |policy | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5315 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5316 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5321 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5322 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5323 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L5324 std.range] | ||
+ | |lockstepMixin | ||
+ | |operator ~= may cause 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/range.d#L746 std.range] | ||
+ | |putChar | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7579 std.range] | ||
+ | |OnlyResult.opIndex | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7599 std.range] | ||
+ | |OnlyResult.opSlice | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7643 std.range] | ||
+ | |OnlyResult.opIndex | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7659 std.range] | ||
+ | |OnlyResult.opSlice | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7689 std.range] | ||
+ | |OnlyResult.opIndex | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7702 std.range] | ||
+ | |OnlyResult.opSlice | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L7971 std.range] | ||
+ | |enumerate | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8564 std.range] | ||
+ | |putMethods | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8564 std.range] | ||
+ | |putMethods | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8564 std.range] | ||
+ | |putMethods | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8650 std.range] | ||
+ | |InputRangeObject.if | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8745 std.range] | ||
+ | |inputRangeObject | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/range.d#L8765 std.range] | ||
+ | |outputRangeObject.E | ||
+ | |'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 | ||
+ | |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#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 | ||
+ | |'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#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 | ||
+ | |'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#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#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#L1394 std.stdio] | ||
+ | |every | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1398 std.stdio] | ||
+ | |every | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1419 std.stdio] | ||
+ | |every | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L1423 std.stdio] | ||
+ | |every | ||
+ | |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#L2087 std.stdio] | ||
+ | |file | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L2094 std.stdio] | ||
+ | |file | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L2663 std.stdio] | ||
+ | |LockingTextReader.front | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L2669 std.stdio] | ||
+ | |LockingTextReader.popFront | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3330 std.stdio] | ||
+ | |lines.f | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3351 std.stdio] | ||
+ | |lines.f | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3355 std.stdio] | ||
+ | |lines.f | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3536 std.stdio] | ||
+ | |ChunksImpl.f | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3547 std.stdio] | ||
+ | |ChunksImpl.f | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/stdio.d#L3548 std.stdio] | ||
+ | |ChunksImpl.f | ||
+ | |setting 'length' may cause 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#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#L2401 std.string] | ||
+ | |leftJustify | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2412 std.string] | ||
+ | |leftJustify | ||
+ | |'new' causes 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#L2471 std.string] | ||
+ | |center | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2484 std.string] | ||
+ | |center | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2552 std.string] | ||
+ | |detab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2553 std.string] | ||
+ | |detab | ||
+ | |setting 'length' may cause 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#L2560 std.string] | ||
+ | |detab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2636 std.string] | ||
+ | |entab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2637 std.string] | ||
+ | |entab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2652 std.string] | ||
+ | |entab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2681 std.string] | ||
+ | |entab | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L2982 std.string] | ||
+ | |translateImpl | ||
+ | |indexing an associative array may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L3051 std.string] | ||
+ | |translate | ||
+ | |'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#L3711 std.string] | ||
+ | |succ | ||
+ | |'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/string.d#L4527 std.string] | ||
+ | |wrap | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4528 std.string] | ||
+ | |wrap | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4542 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4543 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4548 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4551 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4571 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4572 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4575 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4576 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4578 std.string] | ||
+ | |wrap | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/string.d#L4666 std.string] | ||
+ | |outdent | ||
+ | |'new' causes 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#L1903 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1906 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1908 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1913 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1915 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1918 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1922 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1924 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1926 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1928 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1931 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1933 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1937 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1939 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1941 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1943 std.traits] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L1953 std.traits] | ||
+ | |**** | ||
+ | |operator ~= 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/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#L5568 std.traits] | ||
+ | |isExpressionTuple.if | ||
+ | |associative array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L588 std.traits] | ||
+ | |fqnType.parametersTypeString | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L589 std.traits] | ||
+ | |fqnType.parametersTypeString | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/traits.d#L594 std.traits] | ||
+ | |fqnType.parametersTypeString | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1424 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L1429 std.typecons] | ||
+ | |alignForSize | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L151 std.typecons] | ||
+ | |if | ||
+ | |'delete' requires GC | ||
+ | | ??? | ||
+ | |- | ||
+ | |[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#L2749 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2756 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2773 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2795 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2815 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2816 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2826 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2827 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2828 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2829 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2830 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2839 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2840 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2841 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2842 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2849 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2850 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2859 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2866 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2869 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2872 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2881 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2882 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2884 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2906 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2909 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2910 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2911 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2912 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2915 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2918 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2929 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2931 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2935 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2951 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L2952 std.typecons] | ||
+ | |**** | ||
+ | |array literal may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3066 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3168 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3169 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3170 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3171 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3172 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3173 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3180 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3183 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/typecons.d#L3184 std.typecons] | ||
+ | |wrap.wrap(Source) | ||
+ | |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#L4648 std.uni] | ||
+ | |Utf8Matcher.badEncoding | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L4733 std.uni] | ||
+ | |Utf8Matcher.template | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L4739 std.uni] | ||
+ | |Utf8Matcher.template | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L4741 std.uni] | ||
+ | |Utf8Matcher.template | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L4927 std.uni] | ||
+ | |Utf16Matcher.badEncoding | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L5428 std.uni] | ||
+ | |toDelegate | ||
+ | |using closure causes 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#L6010 std.uni] | ||
+ | |SetSearcher.opCall | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L6010 std.uni] | ||
+ | |SetSearcher.opCall | ||
+ | |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#L7649 std.uni] | ||
+ | |enum | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L7654 std.uni] | ||
+ | |enum | ||
+ | |operator ~= may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L7656 std.uni] | ||
+ | |enum | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L7705 std.uni] | ||
+ | |enum | ||
+ | |setting 'length' may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uni.d#L7707 std.uni] | ||
+ | |enum | ||
+ | |setting 'length' 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#L250 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L256 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L274 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L276 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L290 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L294 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L303 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L308 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L310 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L313 std.uri] | ||
+ | |URI_Decode | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uri.d#L318 std.uri] | ||
+ | |URI_Decode | ||
+ | |'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#L1132 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1141 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#L1232 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#L1290 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1312 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1314 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1318 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1335 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1337 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1342 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1366 std.utf] | ||
+ | |decodeImpl | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L1370 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#L2340 std.utf] | ||
+ | |toUTFzImpl | ||
+ | |array literal 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#L2657 std.utf] | ||
+ | |nothrow | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2675 std.utf] | ||
+ | |nothrow | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/utf.d#L2678 std.utf] | ||
+ | |nothrow | ||
+ | |'new' causes 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#L340 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#L844 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#L1176 std.uuid] | ||
+ | |parseUUID | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L1182 std.uuid] | ||
+ | |parseUUID | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/uuid.d#L1190 std.uuid] | ||
+ | |parseUUID | ||
+ | |'new' causes 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#L1387 std.variant] | ||
+ | |variantArray | ||
+ | |operator ~= may cause 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#L2193 std.variant] | ||
+ | |visitImpl | ||
+ | |'new' causes 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#L371 std.variant] | ||
+ | |VariantN.handler | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L436 std.variant] | ||
+ | |VariantN.handler | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/variant.d#L451 std.variant] | ||
+ | |VariantN.handler | ||
+ | |indexing an associative array may cause 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#L471 std.variant] | ||
+ | |VariantN.handler | ||
+ | |indexing an associative array may cause 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#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#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#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#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#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#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#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#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#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#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#L489 std.variant] | ||
+ | |VariantN.handler | ||
+ | |array literal 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#L648 std.variant] | ||
+ | |VariantN.opAssign | ||
+ | |'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#L810 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/variant.d#L974 std.variant] | ||
+ | |VariantN.opArithmetic | ||
+ | |'new' causes GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1004 std.xml] | ||
+ | |Tag.tagString | ||
+ | |operator ~ may cause GC allocation | ||
+ | | ??? | ||
+ | |- | ||
+ | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1011 std.xml] | ||
+ | |Tag.tagString | ||
+ | |operator ~ may cause 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# | + | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L1674 std.xml] |
− | | | + | |DocumentParser.xmlText_ |
− | |||
− | |||
− | |||
− | |||
− | |||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| ??? | | ??? | ||
|- | |- | ||
Line 4,402: | Line 9,532: | ||
|[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2560 std.xml] | |[https://github.com/D-Programming-Language//phobos/blob/d4d98124ab6cbef7097025a7cfd1161d1963c87e/std/xml.d#L2560 std.xml] | ||
|ElementParser.checkLiteral | |ElementParser.checkLiteral | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
| ??? | | ??? | ||
Line 4,638: | Line 9,753: | ||
|Element.const | |Element.const | ||
|array literal may cause GC allocation | |array literal may cause GC allocation | ||
− | |||
− | |||
− | |||
− | |||
− | |||
| ??? | | ??? | ||
|- | |- | ||
Line 4,653: | Line 9,763: | ||
|Element.const | |Element.const | ||
|operator ~ may cause GC allocation | |operator ~ may cause GC allocation | ||
− | |||
− | |||
− | |||
− | |||
− | |||
| ??? | | ??? | ||
|- | |- |
Revision as of 15:38, 7 October 2014
Auto-generated results as reported by compiler (building unittests with -vgc flag of DMD). For tempaltes only code that is _instantiated_ by unittests build is accounted for (~ all covered code). The tool used to post-process the output can be found here.
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.algorithm | reduce.reduceImpl | 'new' causes GC allocation | ??? |
std.algorithm | r | operator ~ may cause GC allocation | ??? |
std.algorithm | topNIndex | using closure causes GC allocation | ??? |
std.algorithm | largestPartialIntersectionWeighted | using closure causes GC allocation | ??? |
std.algorithm | ror | indexing an associative array may cause GC allocation | ??? |
std.algorithm | castSwitch | 'new' causes GC allocation | ??? |
std.algorithm | castSwitch | 'new' causes GC allocation | ??? |
std.algorithm | castSwitch | 'new' causes GC allocation | ??? |
std.algorithm | castSwitch | 'new' causes GC allocation | ??? |
std.algorithm | cartesianProduct | using closure causes GC allocation | ??? |
std.algorithm | predSwitch | 'new' causes GC allocation | ??? |
std.algorithm | predSwitch | 'new' causes GC allocation | ??? |
std.algorithm | SplitterResult.front | 'new' causes GC allocation | ??? |
std.algorithm | SplitterResult.popFront | 'new' causes GC allocation | ??? |
std.algorithm | splitter | 'new' causes GC allocation | ??? |
std.algorithm | splitter | 'new' causes GC allocation | ??? |
std.algorithm | ignored | indexing an associative array may cause GC allocation | ??? |
std.algorithm | ignored | 'new' causes GC allocation | ??? |
std.algorithm | commonPrefix | 'new' causes GC allocation | ??? |
std.algorithm | Levenshtein.path | operator ~= may cause GC allocation | ??? |
std.algorithm | Levenshtein.path | operator ~= may cause GC allocation | ??? |
std.algorithm | Levenshtein.path | operator ~= may cause GC allocation | ??? |
std.algorithm | Levenshtein.AllocMatrix | 'delete' requires GC | ??? |
std.algorithm | Levenshtein.AllocMatrix | 'new' causes GC allocation | ??? |
std.algorithm | Cache.front | 'new' causes GC allocation | ??? |
std.algorithm | Cache.if | 'new' causes GC allocation | ??? |
std.algorithm | Cache.popFront | 'new' causes GC allocation | ??? |
std.algorithm | Cache.if | 'new' causes GC allocation | ??? |
std.array | insertInPlace | setting 'length' may cause GC allocation | ??? |
std.array | insertInPlace | setting 'length' may cause GC allocation | ??? |
std.array | replicate | 'new' causes GC allocation | ??? |
std.array | split | operator ~= may cause GC allocation | ??? |
std.array | split | operator ~= may cause GC allocation | ??? |
std.array | replace | 'new' causes GC allocation | ??? |
std.array | replaceInPlace | operator ~ 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 | Appender.ensureAddable | operator ~= may cause GC allocation | ??? |
std.array | assocArray | indexing an associative array 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.array | arrayAllocImpl | operator ~= may cause GC allocation | ??? |
std.array | arrayAllocImpl | operator ~= may cause GC allocation | ??? |
std.array | arrayAllocImpl | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.ubyte | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Decoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Decoder | operator ~= may cause GC allocation | ??? |
std.base64 | Base64Impl.Decoder | setting 'length' may cause GC allocation | ??? |
std.base64 | Base64Impl.Decoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Decoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Decoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Decoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.int | operator ~ may cause GC allocation | ??? |
std.base64 | Base64Impl.int | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.int | operator ~ may cause GC allocation | ??? |
std.base64 | Base64Impl.char | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Encoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.Encoder | setting 'length' may cause GC allocation | ??? |
std.base64 | Base64Impl.Encoder | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.ubyte | 'new' causes GC allocation | ??? |
std.base64 | Base64Impl.decode | 'new' causes GC allocation | ??? |
std.bigint | BigInt.toString | operator ~ may cause GC allocation | ??? |
std.bigint | BigInt.toString | 'new' causes 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 | '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 | _spawn | using closure causes GC allocation | ??? |
std.concurrency | _spawn | 'new' causes GC allocation | ??? |
std.concurrency | _spawn | 'new' causes GC allocation | ??? |
std.concurrency | _spawn | indexing an associative array may cause GC allocation | ??? |
std.concurrency | receiveOnly | 'new' causes GC allocation | ??? |
std.concurrency | OnCrowding | 'new' causes GC allocation | ??? |
std.concurrency | static | 'new' causes GC allocation | ??? |
std.concurrency | register | operator ~= may cause GC allocation | ??? |
std.concurrency | register | indexing an associative array may cause GC allocation | ??? |
std.concurrency | register | indexing an associative array may cause GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | the | 'new' causes GC allocation | ??? |
std.container.array | a | 'new' causes GC allocation | ??? |
std.container.array | to | 'new' causes GC allocation | ??? |
std.container.array | to | 'new' causes GC allocation | ??? |
std.container.array | operators | 'new' causes GC allocation | ??? |
std.container.dlist | DList.createNode | 'new' causes GC allocation | ??? |
std.container.dlist | DList.initialize | 'new' causes GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | 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 | parse | 'new' causes GC allocation | ??? |
std.conv | parse | operator ~ may cause 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 | parse | '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 | parse | 'new' causes GC allocation | ??? |
std.conv | parse | 'new' causes GC allocation | ??? |
std.conv | parse | 'new' causes GC allocation | ??? |
std.conv | parse | operator ~= may cause GC allocation | ??? |
std.conv | parse | indexing an associative array may cause GC allocation | ??? |
std.conv | parseEscape | operator ~ may cause GC allocation | ??? |
std.conv | textImpl | operator ~= may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes 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 | toImpl | 'new' causes GC allocation | ??? |
std.conv | convError | 'new' causes GC allocation | ??? |
std.conv | parseError | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | operator ~ may cause GC allocation | ??? |
std.conv | toImpl | 'new' causes GC allocation | ??? |
std.conv | toImpl | '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 | CsvReader.prime | indexing an associative array may cause GC allocation | ??? |
std.csv | CsvReader.prime | 'new' causes GC allocation | ??? |
std.csv | CsvReader.prime | 'new' causes GC allocation | ??? |
std.csv | CsvRecord.popFront | 'new' causes GC allocation | ??? |
std.csv | CsvRecord.popFront | 'new' causes GC allocation | ??? |
std.csv | CsvRecord.prime | 'new' causes GC allocation | ??? |
std.csv | CSVException.string | operator ~ may cause GC allocation | ??? |
std.csv | CsvRecord.prime | 'new' causes GC allocation | ??? |
std.csv | csvNextToken | 'new' causes GC allocation | ??? |
std.csv | csvNextToken | 'new' causes GC allocation | ??? |
std.csv | csvNextToken | 'new' causes GC allocation | ??? |
std.csv | CsvReader.input | 'new' causes GC allocation | ??? |
std.csv | CsvReader.input | 'new' causes GC allocation | ??? |
std.csv | CsvReader.input | indexing an associative array may cause GC allocation | ??? |
std.csv | CsvReader.input | operator ~= may cause GC allocation | ??? |
std.csv | CsvReader.input | setting 'length' may cause GC allocation | ??? |
std.csv | CsvReader.input | indexing an associative array may cause GC allocation | ??? |
std.csv | CsvReader.input | 'new' causes GC allocation | ??? |
std.csv | CsvReader.input | operator ~ may cause GC allocation | ??? |
std.csv | CsvReader.input | 'new' causes GC allocation | ??? |
std.datetime | Date.dayOfYear | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | Date.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | TimeOfDay.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | DateTime.fromSimpleString | '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 | SysTime.fracSecs | 'new' causes GC allocation | ??? |
std.datetime | SysTime.fracSecs | 'new' causes GC allocation | ??? |
std.datetime | **** | 'new' causes GC allocation | ??? |
std.datetime | **** | 'new' causes GC allocation | ??? |
std.datetime | **** | '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 | delegate | using closure causes GC allocation | ??? |
std.datetime | delegate | using closure causes GC allocation | ??? |
std.datetime | delegate | using closure causes GC allocation | ??? |
std.datetime | delegate | using closure causes GC allocation | ??? |
std.datetime | IntervalRange._enforceNotEmpty | 'new' causes GC allocation | ??? |
std.datetime | IntervalRange._enforceCorrectDirection | 'new' causes GC allocation | ??? |
std.datetime | IntervalRange._enforceCorrectDirection | 'new' causes GC allocation | ??? |
std.datetime | PosInfIntervalRange._enforceCorrectDirection | 'new' causes GC allocation | ??? |
std.datetime | NegInfIntervalRange._enforceCorrectDirection | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SimpleTimeZone.fromISOString | '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 | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | 'new' causes GC allocation | ??? |
std.datetime | parseRFC822DateTime | '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 | fracSecsFromISOString | 'new' causes GC allocation | ??? |
std.datetime | fracSecsFromISOString | 'new' causes GC allocation | ??? |
std.datetime | fracSecsFromISOString | '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 | SysTime.fromISOString | 'new' causes GC allocation | ??? |
std.datetime | SysTime.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | SysTime.fromISOExtString | 'new' causes GC allocation | ??? |
std.datetime | SysTime.fromSimpleString | 'new' causes GC allocation | ??? |
std.datetime | SysTime.fromSimpleString | 'new' causes 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.encoding | sanitize | '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 | 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 | 'new' causes 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 | assertThrown | 'new' causes GC allocation | ??? |
std.exception | bailOut | 'new' causes 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.exception | enforceEx.enforceEx | 'new' causes GC allocation | ??? |
std.exception | assertNotThrown | operator ~ may cause GC allocation | ??? |
std.exception | assertNotThrown | 'new' causes GC allocation | ??? |
std.exception | assumeWontThrow | operator ~ may cause GC allocation | ??? |
std.exception | assumeWontThrow | 'new' causes GC allocation | ??? |
std.exception | assumeWontThrow | operator ~ may cause GC allocation | ??? |
std.exception | assumeWontThrow | 'new' causes GC allocation | ??? |
std.exception | assumeWontThrow | operator ~ may cause 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.file | std | operator ~ may cause GC allocation | ??? |
std.format | FormatSpec.fillUp | 'new' causes GC allocation | ??? |
std.format | singleSpec | 'new' causes GC allocation | ??? |
std.format | singleSpec | 'new' causes GC allocation | ??? |
std.format | singleSpec | '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 | formatNth | operator ~ may cause GC allocation | ??? |
std.format | getNthInt | 'new' causes GC allocation | ??? |
std.format | getNthInt | 'new' causes GC allocation | ??? |
std.format | unformatRange | operator ~= may cause GC allocation | ??? |
std.format | unformatRange | indexing an associative array may cause 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 | '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 | partial.if | operator ~= may cause GC allocation | ??? |
std.functional | partial.if | operator ~= may cause 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.getopt | getoptImpl | operator ~= may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | operator ~ may cause GC allocation | ??? |
std.getopt | getoptImpl | 'new' causes GC allocation | ??? |
std.getopt | getoptImpl | operator ~= may cause GC allocation | ??? |
std.getopt | handleOption | operator ~= may cause GC allocation | ??? |
std.getopt | handleOption | operator ~= may cause GC allocation | ??? |
std.getopt | handleOption | operator ~ may cause GC allocation | ??? |
std.getopt | handleOption | operator ~ may cause GC allocation | ??? |
std.getopt | handleOption | operator ~ may cause GC allocation | ??? |
std.getopt | handleOption | operator ~ may cause GC allocation | ??? |
std.getopt | handleOption | operator ~= may cause GC allocation | ??? |
std.getopt | handleOption | operator ~= may cause GC allocation | ??? |
std.getopt | handleOption | indexing an associative array may cause GC allocation | ??? |
std.internal.math.biguintcore | BigUint.immutable(BigDigit) | array literal may cause GC allocation | ??? |
std.internal.math.biguintcore | includeSign | '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 | 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 | blockDivMod | 'new' causes GC allocation | ??? |
std.internal.math.biguintcore | blockDivMod | '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.assign | indexing an associative array may cause GC allocation | ??? |
std.json | JSONValue.assign | 'new' causes GC allocation | ??? |
std.json | JSONValue.inout | operator ~ may cause GC allocation | ??? |
std.json | JSONValue.opIndexAssign | indexing an associative array may cause GC allocation | ??? |
std.json | JSONValue.opBinary | operator ~= may cause GC allocation | ??? |
std.json | JSONValue.opOpAssign | operator ~= may cause GC allocation | ??? |
std.json | parseJSON | 'new' causes GC allocation | ??? |
std.json | parseJSON | indexing an associative array may cause GC allocation | ??? |
std.json | parseJSON | 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 | byLine | array literal may cause GC allocation | ??? |
std.net.curl | byLine | array literal 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 | AsyncLineInputRange | 'new' causes GC allocation | ??? |
std.net.curl | AsyncChunkInputRange | 'new' causes GC allocation | ??? |
std.net.curl | decodeString(Char | operator ~= may cause GC allocation | ??? |
std.net.curl | decodeLineInto | setting 'length' may cause GC allocation | ??? |
std.net.curl | decodeLineInto | operator ~= may cause GC allocation | ??? |
std.net.curl | decodeLineInto | setting 'length' may cause GC allocation | ??? |
std.net.curl | decodeLineInto | operator ~= may cause 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 | download | using closure causes GC allocation | ??? |
std.net.curl | download | 'new' causes 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 | upload | using closure causes GC allocation | ??? |
std.net.curl | upload | 'new' 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.net.curl | _receiveAsyncLines | using closure causes GC allocation | ??? |
std.net.curl | _receiveAsyncLines | setting 'length' may cause GC allocation | ??? |
std.net.curl | _receiveAsyncLines | operator ~= may cause GC allocation | ??? |
std.net.curl | _spawnAsync | using closure causes GC allocation | ??? |
std.net.curl | _spawnAsync | 'new' causes GC allocation | ??? |
std.net.curl | _spawnAsync | setting 'length' may cause GC allocation | ??? |
std.net.curl | _spawnAsync | 'new' causes GC allocation | ??? |
std.net.curl | del | operator ~ may cause GC allocation | ??? |
std.net.curl | _basicHTTP | using closure causes GC allocation | ??? |
std.net.curl | _basicHTTP | operator ~= may cause GC allocation | ??? |
std.net.curl | _basicHTTP | operator ~= may cause GC allocation | ??? |
std.net.curl | _basicHTTP | operator ~= may cause GC allocation | ??? |
std.net.curl | _basicHTTP | indexing an associative array may cause GC allocation | ??? |
std.net.curl | _basicFTP | using closure causes GC allocation | ??? |
std.net.curl | _basicFTP | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | associative array literal may cause GC allocation | ??? |
std.net.isemail | isEmail | associative array literal may cause GC allocation | ??? |
std.net.isemail | isEmail | array literal may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | grep | using closure causes GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | array literal may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | 'new' causes GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | 'new' causes GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | 'new' causes GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | 'new' causes GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~ may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | operator ~= may cause GC allocation | ??? |
std.net.isemail | isEmail | indexing an associative array may cause GC allocation | ??? |
std.net.isemail | isEmail | array literal may cause GC allocation | ??? |
std.net.isemail | isEmail | array literal 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 | **** | using closure causes GC allocation | ??? |
std.parallelism | **** | setting 'length' may cause GC allocation | ??? |
std.parallelism | **** | setting 'length' may cause GC allocation | ??? |
std.parallelism | **** | setting 'length' may cause GC allocation | ??? |
std.parallelism | **** | setting 'length' may cause GC allocation | ??? |
std.parallelism | **** | 'new' causes GC allocation | ??? |
std.parallelism | TaskPool.asyncBuf | setting 'length' may cause GC allocation | ??? |
std.parallelism | TaskPool.asyncBuf | setting 'length' may cause GC allocation | ??? |
std.parallelism | TaskPool.asyncBuf | 'new' causes GC allocation | ??? |
std.parallelism | **** | using closure causes GC allocation | ??? |
std.parallelism | **** | 'new' causes GC allocation | ??? |
std.parallelism | TaskPool.WorkerLocalStorage | '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 | RoundRobinBuffer.) | setting 'length' may cause GC allocation | ??? |
std.parallelism | RoundRobinBuffer.) | setting 'length' may cause GC allocation | ??? |
std.parallelism | Task.executeInNewThread | 'new' causes GC allocation | ??? |
std.parallelism | Task.executeInNewThread | 'new' causes GC allocation | ??? |
std.parallelism | task | 'new' causes GC allocation | ??? |
std.parallelism | task | 'new' causes GC allocation | ??? |
std.parallelism | task | 'new' causes GC allocation | ??? |
std.path | **** | setting 'length' may cause 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 | relativePath | 'new' causes GC allocation | ??? |
std.path | relativePath | operator ~= may cause GC allocation | ??? |
std.path | relativePath | operator ~= may cause GC allocation | ??? |
std.path | relativePath | operator ~= may cause GC allocation | ??? |
std.path | relativePath | operator ~= may cause 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 | setExtension | operator ~ may cause GC allocation | ??? |
std.path | setExtension | operator ~ may cause GC allocation | ??? |
std.path | setExtension | operator ~= may cause GC allocation | ??? |
std.path | setExtension | operator ~= may cause GC allocation | ??? |
std.path | setExtension | operator ~= may cause GC allocation | ??? |
std.path | setExtension | operator ~ may cause GC allocation | ??? |
std.path | defaultExtension | operator ~ may cause GC allocation | ??? |
std.path | defaultExtension | 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 | TestScript.code | operator ~ may cause GC allocation | ??? |
std.process | TestScript.code | operator ~ may cause GC allocation | ??? |
std.process | uniqueTempPath | operator ~ may cause 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 | 'new' causes GC allocation | ??? |
std.process | spawnProcessImpl | operator ~ may cause 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 | uniformDistribution | setting 'length' may cause GC allocation | ??? |
std.random | RandomCover.if | setting 'length' may cause GC allocation | ??? |
std.random | RandomCover.if | setting 'length' 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 | 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 | Cycle.if | 'new' causes GC allocation | ??? |
std.range | Cycle.opSlice | 'new' causes GC allocation | ??? |
std.range | policy | 'new' causes GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | lockstepMixin | operator ~= may cause GC allocation | ??? |
std.range | put | array literal may cause GC allocation | ??? |
std.range | putChar | array literal may cause GC allocation | ??? |
std.range | OnlyResult.opIndex | 'new' causes GC allocation | ??? |
std.range | OnlyResult.opSlice | 'new' causes GC allocation | ??? |
std.range | OnlyResult.opIndex | 'new' causes GC allocation | ??? |
std.range | OnlyResult.opSlice | 'new' causes GC allocation | ??? |
std.range | OnlyResult.opIndex | 'new' causes GC allocation | ??? |
std.range | OnlyResult.opSlice | 'new' causes GC allocation | ??? |
std.range | enumerate | 'new' causes GC allocation | ??? |
std.range | putMethods | operator ~ may cause GC allocation | ??? |
std.range | putMethods | operator ~= may cause GC allocation | ??? |
std.range | putMethods | operator ~ may cause GC allocation | ??? |
std.range | InputRangeObject.if | 'new' causes GC allocation | ??? |
std.range | inputRangeObject | 'new' causes GC allocation | ??? |
std.range | outputRangeObject.E | '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 | 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.toServiceString | 'new' causes 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 | 'new' causes GC allocation | ??? |
std.socket | Socket.getOption | operator ~ may cause 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.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 | every | setting 'length' may cause GC allocation | ??? |
std.stdio | every | operator ~= may cause GC allocation | ??? |
std.stdio | every | operator ~= may cause GC allocation | ??? |
std.stdio | every | operator ~= may cause GC allocation | ??? |
std.stdio | file | 'new' causes GC allocation | ??? |
std.stdio | file | 'new' causes GC allocation | ??? |
std.stdio | file | 'new' causes GC allocation | ??? |
std.stdio | LockingTextReader.front | 'new' causes GC allocation | ??? |
std.stdio | LockingTextReader.popFront | 'new' causes GC allocation | ??? |
std.stdio | lines.f | operator ~= may cause GC allocation | ??? |
std.stdio | lines.f | setting 'length' may cause GC allocation | ??? |
std.stdio | lines.f | 'new' causes GC allocation | ??? |
std.stdio | ChunksImpl.f | 'new' causes GC allocation | ??? |
std.stdio | ChunksImpl.f | 'new' causes GC allocation | ??? |
std.stdio | ChunksImpl.f | setting 'length' may cause 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 | 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 | leftJustify | 'new' causes GC allocation | ??? |
std.string | leftJustify | 'new' causes GC allocation | ??? |
std.string | rightJustify | 'new' causes GC allocation | ??? |
std.string | rightJustify | 'new' causes GC allocation | ??? |
std.string | center | 'new' causes GC allocation | ??? |
std.string | center | 'new' causes GC allocation | ??? |
std.string | detab | setting 'length' may cause GC allocation | ??? |
std.string | detab | setting 'length' may cause GC allocation | ??? |
std.string | toStringz | 'new' causes GC allocation | ??? |
std.string | detab | setting 'length' may cause GC allocation | ??? |
std.string | entab | setting 'length' may cause GC allocation | ??? |
std.string | entab | setting 'length' may cause GC allocation | ??? |
std.string | entab | setting 'length' may cause GC allocation | ??? |
std.string | entab | setting 'length' may cause GC allocation | ??? |
std.string | translateImpl | indexing an associative array may cause GC allocation | ??? |
std.string | translate | '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 | succ | '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.string | wrap | setting 'length' may cause GC allocation | ??? |
std.string | wrap | setting 'length' may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | wrap | operator ~= may cause GC allocation | ??? |
std.string | outdent | 'new' causes GC allocation | ??? |
std.syserror | SysError.msg | 'new' causes GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause GC allocation | ??? |
std.traits | **** | operator ~= may cause 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 | isExpressionTuple.if | associative array literal may cause GC allocation | ??? |
std.traits | fqnType.parametersTypeString | array literal may cause GC allocation | ??? |
std.traits | fqnType.parametersTypeString | array literal may cause GC allocation | ??? |
std.traits | fqnType.parametersTypeString | operator ~= may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~ may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~= may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~ may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~= may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~ may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~= may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~ may cause GC allocation | ??? |
std.typecons | alignForSize | operator ~= may cause GC allocation | ??? |
std.typecons | if | 'delete' requires GC | ??? |
std.typecons | NotImplementedError.method | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~ may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | **** | operator ~= may cause GC allocation | ??? |
std.typecons | **** | array literal may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | 'new' causes GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | operator ~= may cause GC allocation | ??? |
std.typecons | wrap.wrap(Source) | 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 | Utf8Matcher.badEncoding | 'new' causes GC allocation | ??? |
std.uni | Utf8Matcher.template | operator ~= may cause GC allocation | ??? |
std.uni | Utf8Matcher.template | operator ~= may cause GC allocation | ??? |
std.uni | Utf8Matcher.template | operator ~= may cause GC allocation | ??? |
std.uni | Utf16Matcher.badEncoding | 'new' causes GC allocation | ??? |
std.uni | toDelegate | using closure causes 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 | SetSearcher.opCall | 'new' causes GC allocation | ??? |
std.uni | SetSearcher.opCall | operator ~ may cause GC allocation | ??? |
std.uni | unicode.loadAny | 'new' causes GC allocation | ??? |
std.uni | unicode.loadAny | operator ~ may cause GC allocation | ??? |
std.uni | enum | operator ~= may cause GC allocation | ??? |
std.uni | enum | operator ~= may cause GC allocation | ??? |
std.uni | enum | setting 'length' may cause GC allocation | ??? |
std.uni | enum | setting 'length' may cause GC allocation | ??? |
std.uni | enum | setting 'length' 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 | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | 'new' causes GC allocation | ??? |
std.uri | URI_Decode | '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 | decodeImpl | 'new' causes 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 | decodeImpl | 'new' causes 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 | decodeImpl | 'new' causes 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 | array literal may cause GC allocation | ??? |
std.utf | toUTFzImpl | operator ~= may cause GC allocation | ??? |
std.utf | nothrow | 'new' causes GC allocation | ??? |
std.utf | nothrow | 'new' causes GC allocation | ??? |
std.utf | nothrow | 'new' causes GC allocation | ??? |
std.utf | strideBack | 'new' causes 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 | 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 | parseUUID | 'new' causes GC allocation | ??? |
std.uuid | parseUUID | 'new' causes GC allocation | ??? |
std.uuid | parseUUID | '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.uuid | **** | 'new' causes GC allocation | ??? |
std.variant | variantArray | operator ~= may cause GC allocation | ??? |
std.variant | VariantException | operator ~ may cause GC allocation | ??? |
std.variant | visitImpl | 'new' causes 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 | indexing an associative array may cause GC allocation | ??? |
std.variant | VariantN.handler | 'new' causes GC allocation | ??? |
std.variant | VariantN.handler | indexing an associative array may cause 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 | array literal may cause 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 | array literal may cause 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 | array literal may cause 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 | array literal may cause 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 | array literal may cause 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 | array literal 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.opAssign | 'new' causes GC allocation | ??? |
std.variant | VariantN.get | 'new' causes GC allocation | ??? |
std.variant | VariantN.get | 'new' causes GC allocation | ??? |
std.variant | VariantN.value | 'new' causes GC allocation | ??? |
std.variant | VariantN.opArithmetic | 'new' causes GC allocation | ??? |
std.xml | Tag.tagString | operator ~ may cause GC allocation | ??? |
std.xml | Tag.tagString | operator ~ may cause 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 | DocumentParser.xmlText_ | operator ~ 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 | '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 | 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 | 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 | ??? |