Close

Memory allocation

A project log for aStrA : Aligned Strings format with attributes

Developing a more flexible pointer and structure format that solves POSIX and Cs historical problems.

yann-guidon-ygdesYann Guidon / YGDES 12/28/2024 at 08:510 Comments

The latest archive AS20241228.tgz adds a first version of a stack-based arena allocator, using the same mark-new-release ideas as in Turbo Pascal.

This is a sort of reboot of the ideas of #A stack.. It's still a dumb mark-new-release allocator but it is multithread-compatible, you can locate the buffer anywhere you like in data memory.

Discussions