/openbmc/linux/rust/alloc/ |
H A 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 …]
|
H A 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
|
/openbmc/linux/rust/kernel/ |
H A 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()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | blockgroup.rst | 3 Layout chapter
|
H A D | journal.rst | 56 Layout chapter
|
/openbmc/linux/Documentation/arch/arm/stm32/ |
H A D | overview.rst | 20 Layout chapter
|
/openbmc/linux/Documentation/arch/arm/sti/ |
H A D | overview.rst | 18 Layout chapter
|
/openbmc/linux/Documentation/arch/arm/spear/ |
H A D | overview.rst | 45 Layout chapter
|
/openbmc/openbmc/meta-openembedded/meta-webserver/ |
H A D | README.md | 26 Layout section in meta-webserver
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | overview.rst | 31 Layout chapter
|
/openbmc/phosphor-led-manager/manager/ |
H A D | grouplayout.hpp | 15 namespace Layout namespace
|
H A D | ledlayout.hpp | 16 namespace Layout namespace
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mbox_protocol.md | 132 ### Layout subsection
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 146 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc()
|
/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_image.h | 342 MPI2_FLASH_LAYOUT Layout[MPI2_FLASH_NUMBER_OF_LAYOUTS]; /*0x10 */ member
|