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

Update to latest jemallocator and jemalloc-sys #20848

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fix style

  • Loading branch information
gnzlbg committed May 22, 2018
commit 7c514e888971d93e01dc8f4fa3cdb32a41582091
@@ -18,7 +18,7 @@ mod platform {
pub use self::jemallocator::Jemalloc as Allocator;

use std::alloc::{GlobalAlloc, Layout, Opaque, System};
use std::os::raw::{void};
use std::os::raw::c_void;

/// Get the size of a heap block.
pub unsafe extern "C" fn usable_size(ptr: *const c_void) -> usize {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.