Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemallocator/src/
Dlib.rs25 use core::alloc::{Alloc, AllocErr, CannotReallocInPlace, Excess};
217 ) -> Result<(), CannotReallocInPlace> { in grow_in_place() argument
227 Err(CannotReallocInPlace) in grow_in_place()
237 ) -> Result<(), CannotReallocInPlace> { in shrink_in_place() argument
268 Err(CannotReallocInPlace) in shrink_in_place()