Skip to content

Use new allocator API - #4

Merged
phil-opp merged 3 commits into
masterfrom
global_allocator
Jul 7, 2017
Merged

Use new allocator API#4
phil-opp merged 3 commits into
masterfrom
global_allocator

Conversation

@phil-opp

Copy link
Copy Markdown
Member

The new global allocator API was merged in rust-lang/rust#42727. This means that the old #[allocator] attribute was removed. Instead, each allocator must now implement the alloc::allocator::Alloc trait.

@phil-opp
phil-opp merged commit c31e812 into masterJul 7, 2017
@phil-opp
phil-opp deleted the global_allocator branch July 7, 2017 11:15
@phil-opp

Copy link
Copy Markdown
MemberAuthor

Published as version 0.3.0

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@phil-opp