Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dlib.rs47 pub mod alloc; module
Dclone_ext.rs133 let alloc = Box::allocator(self).clone(); in try_clone() localVariable
Dalloc.rs381 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
/trusty/kernel/lib/memlog/
Dtrusty-log.h32 volatile uint32_t alloc; member