Searched defs:Layout (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/rust/alloc/ |
D | alloc.rs | 108 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() 127 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 168 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 185 old_layout: Layout, in grow_impl() 186 new_layout: Layout, in grow_impl() 242 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() 254 old_layout: Layout, in grow() 255 new_layout: Layout, in grow() 265 old_layout: Layout, in grow_zeroed() 266 new_layout: Layout, in grow_zeroed() [all …]
|
D | raw_vec.rs | 242 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory() argument 457 new_layout: Result<Layout, LayoutError>, in finish_grow() 458 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow() argument
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 3 Layout chapter
|
D | journal.rst | 56 Layout chapter
|
/linux-6.1.9/Documentation/arm/stm32/ |
D | overview.rst | 20 Layout chapter
|
/linux-6.1.9/Documentation/arm/sti/ |
D | overview.rst | 22 Layout chapter
|
/linux-6.1.9/Documentation/arm/spear/ |
D | overview.rst | 45 Layout chapter
|
/linux-6.1.9/Documentation/arm/samsung/ |
D | overview.rst | 42 Layout chapter
|
/linux-6.1.9/Documentation/arm/samsung-s3c24xx/ |
D | cpufreq.rst | 24 Layout chapter
|
D | overview.rst | 37 Layout chapter
|
/linux-6.1.9/rust/kernel/ |
D | allocator.rs | 19 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc()
|
/linux-6.1.9/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_image.h | 342 MPI2_FLASH_LAYOUT Layout[MPI2_FLASH_NUMBER_OF_LAYOUTS]; /*0x10 */ member
|