Docs.rs
core-allocator-0.1.6
core-allocator 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
JakkuSakura
Dependencies
anyhow ^1.0
normal
hwloc ^0.5
normal
log ^0.4
normal
nix ^0.23
normal
env_logger ^0.9
dev
lazy_static ^1.4
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait CoreAllocator
Required Methods
allocate_core
Implementors
Other items in
core_allocator
?
Trait
core_allocator
::
CoreAllocator
[
−
]
[src]
pub trait CoreAllocator:
Sync
{ fn
allocate_core
(&self) ->
Option
<
CoreGroup
>; }
Required methods
[src]
fn
allocate_core
(&self) ->
Option
<
CoreGroup
>
Implementors
[src]
impl
CoreAllocator
for
GroupedAllocator
[src]
impl
CoreAllocator
for
NoAllocator