Home
last modified time | relevance | path

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

/relibc/src/platform/allocator/
H A Ddragonos_malloc.rs34 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
44 pub unsafe fn alloc(size: usize) -> *mut c_void { in alloc() function
H A Dralloc.rs16 pub unsafe fn alloc(size: usize) -> *mut c_void { in alloc() function
H A Ddlmalloc.rs41 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
50 pub unsafe fn alloc(size: usize) -> *mut c_void { in alloc() function
/relibc/ralloc/src/
H A Dlib.rs60 unsafe fn alloc(&mut self, layout: Layout) -> Result<NonNull<u8>, AllocErr> { in alloc() method
120 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
H A Dallocator.rs243 let alloc = alloc in init() localVariable
328 pub fn alloc(size: usize, align: usize) -> *mut u8 { in alloc() function
H A Dbookkeeper.rs414 fn alloc(&mut self, size: usize, align: usize) -> Block { in alloc() method
/relibc/src/header/unistd/
H A Dmod.rs266 let alloc = buf.is_null(); in getcwd() localVariable