Skip to content

Static heap makes all allocations share one global lifetime; free() is non-functional #47

@braindigitalis

Description

@braindigitalis

The implementation never reuses freed space, which makes long-running processes and many real workloads degrade into allocation failure even with plenty of “freed” memory.
Impact: deterministic memory exhaustion / denial of service in normal usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions