Skip to content

alloc sans alloc  #147

Description

@ds84182

Given that the Allocator trait is in core, shouldn't the various allocatable collections be available in core as well?

e.g. Vec<T, A> and Box<T, A> in core without the fns that require A = GlobalAlloc (so no Vec::new, only Vec::new_in).

This would solve #123.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions