Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
December 23, 2014 [Issue 13859] Phobos uninitializedAlloc | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13859 --- Comment #1 from bearophile_hugs@eml.cc --- I am not sure it can be @trusted. Andrei suggests: > There should be a minimallyInitializedAlloc, too. -- Andrei Here: http://forum.dlang.org/post/m7aft9$30r4$1@digitalmars.com -- |
December 25, 2014 [Issue 13859] Phobos uninitializedAlloc | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13859 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |code@dawg.eu --- Comment #2 from Martin Nowak <code@dawg.eu> --- What does minimally initialized mean again? -- |
December 25, 2014 [Issue 13859] Phobos uninitializedAlloc | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13859 --- Comment #3 from bearophile_hugs@eml.cc --- (In reply to Martin Nowak from comment #2) > What does minimally initialized mean again? Pointers and class references are initialized to null, recursively. The other parts are left uninitialized. -- |
December 17, 2022 [Issue 13859] Phobos uninitializedAlloc | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13859 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 13859] Phobos uninitializedAlloc | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13859 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/9649 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation