A leaking bump-the-pointer allocator
This is only for dmd, not dmc. It implements a heap allocator that never frees.
Compiler implementation of the D programming language.
Do our own storage allocator, a replacement for malloc/free.
See Source File backend/ph2.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
A leaking bump-the-pointer allocator
This is only for dmd, not dmc. It implements a heap allocator that never frees.
Compiler implementation of the D programming language.