Home
last modified time | relevance | path

Searched refs:alloc_excess (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/tikv-jemallocator/benches/
Droundtrip.rs101 let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap();
111 let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap();
/external/rust/android-crates-io/crates/tikv-jemallocator/src/
Dlib.rs174 unsafe fn alloc_excess(&mut self, layout: Layout) -> Result<Excess, AllocErr> { in alloc_excess() method