NuMem - safe(r) nogc memory managment

Guillaume Piolat first.name at gmail.com
Sat Dec 30 16:53:44 UTC 2023


On Saturday, 30 December 2023 at 16:36:38 UTC, ryuukk_ wrote:
> What D really is missing _right now_, and will hopefully get 
> _before_ phobosv3 is a good and minimalistic Allocator API, i 
> modeled mine around zig's, no RAII, just a simple struct with 3 
> function ptr

FWIW it's possible to do a generic one with one function pointer:
https://www.lua.org/manual/5.4/manual.html#lua_Alloc



More information about the Digitalmars-d-announce mailing list