Docs.rs
core-allocator-0.2.2
core-allocator 0.2.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
JakkuSakura
Dependencies
anyhow ^1.0
normal
hwloc2 ^2.2.0
normal
optional
lazy_static ^1.4.0
normal
log ^0.4
normal
nix ^0.23
normal
env_logger ^0.9
dev
Versions
5%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
core_
allocator
0.2.2
Core
Allocator
Required Methods
allocate_core
Implementors
In crate core_
allocator
core_allocator
Trait
CoreAllocator
Copy item path
Source
pub trait CoreAllocator:
Sync
{ // Required method fn
allocate_core
(&self) ->
Option
<
CoreGroup
>; }
Required Methods
§
Source
fn
allocate_core
(&self) ->
Option
<
CoreGroup
>
Implementors
§
Source
§
impl
CoreAllocator
for
GroupedAllocator
Source
§
impl
CoreAllocator
for
NoAllocator