Skip to content

Allocation algorithm description in readme is different from the code #76

@vagran

Description

@vagran

This fragment:

This one is prety easy too, except we don't need to mess with the free list indexes at all becasue we'll allocate the new block at the end of the current free block. We do, however have to adjust the indexes in cf, c, and n.

does not correspond to the actual logic in the code. Is there any reason why it was not implemented as described in readme? If so, the readme probably should be updated.

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