Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Drop the memory pool implementation #3

@mbitsnbites

Description

@mbitsnbites

The memory pool allocator is in conflict with the newlib malloc()/sbrk() allocator.

Consider replacing it with a simple LIFO allocator for VRAM, e.g. using the __vram_free_start symbol provided by the linker scripts, and possibly MMIO(VRAMSIZE). For instance mc1-quake & mc1-doom use a similar (custom) approach already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions