Thread overview
[Issue 21393] core.thread.fiber: ignores RAM allocation if mmap/valloc/malloc not found
Dec 17, 2022
Iain Buclaw
November 16, 2020
https://issues.dlang.org/show_bug.cgi?id=21393

--- Comment #1 from feklushkin.denis@gmail.com ---
Addition: this is about Posix only.

malloc will never be found, even if it is listed in the stdlib module, because this function also isn't imported

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21393

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
March 31
https://issues.dlang.org/show_bug.cgi?id=21393

feklushkin.denis@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from feklushkin.denis@gmail.com ---
Fixed in https://github.com/dlang/dmd/pull/16091

--