Searched defs:Layout (Results 1 – 10 of 10) sorted by relevance
/linux-6.8/rust/alloc/ |
D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 195 old_layout: Layout, in grow_impl() 196 new_layout: Layout, in grow_impl() 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 264 old_layout: Layout, in grow() 265 new_layout: Layout, in grow() 275 old_layout: Layout, in grow_zeroed() 276 new_layout: Layout, in grow_zeroed() [all …]
|
D | raw_vec.rs | 272 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory() argument 504 new_layout: Result<Layout, LayoutError>, in finish_grow() 505 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow() argument
|
/linux-6.8/rust/kernel/ |
D | allocator.rs | 18 unsafe fn krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: bindings::gfp_t) -> *mut u8 { in krealloc_aligned() 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
|
/linux-6.8/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 3 Layout chapter
|
D | journal.rst | 56 Layout chapter
|
/linux-6.8/Documentation/arch/arm/stm32/ |
D | overview.rst | 20 Layout chapter
|
/linux-6.8/Documentation/arch/arm/sti/ |
D | overview.rst | 18 Layout chapter
|
/linux-6.8/Documentation/arch/arm/spear/ |
D | overview.rst | 45 Layout chapter
|
/linux-6.8/Documentation/arch/arm/samsung/ |
D | overview.rst | 31 Layout chapter
|
/linux-6.8/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_image.h | 331 MPI2_FLASH_LAYOUT Layout[]; /*0x10 */ member
|