Segmentation fault in DMD - how to debug?

Walter Bright newshound2 at digitalmars.com
Thu Oct 6 22:07:35 UTC 2022


On 10/4/2022 3:10 AM, Dennis wrote:
> (why so many `malloc` wrappers?)
It's history. The code has been used in many projects, by different groups of 
people. Multiple memory pools appeared:

1. mark/release pools
2. general alloc/free pools
3. debug allocators
4. alloc and never free pools
5. precompiled header pool



More information about the Digitalmars-d mailing list