Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom allocators in Box #77187

Merged
merged 5 commits into from
Oct 26, 2020
Merged

Support custom allocators in Box #77187

merged 5 commits into from
Oct 26, 2020

Commits on Oct 7, 2020

  1. Support custom allocators in Box

    Remove `Box::leak_with_alloc`
    
    
    Add leak-test for box with allocator
    
    
    Rename `AllocErr` to `AllocError` in leak-test
    
    
    Add `Box::alloc` and adjust examples to use the new API
    TimDiekmann committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f288cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5720bb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    955b37b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    693a2bf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    06e4497 View commit details
    Browse the repository at this point in the history