Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Dalloc.rs231 self.deallocate(ptr, old_layout); in grow_impl()
252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() functions
297 self.deallocate(ptr, old_layout); in shrink()
319 self.deallocate(ptr, old_layout); in shrink()
H A Draw_vec.rs178 // Don't allocate here because `Drop` will not deallocate when `capacity` is 0. in allocate_in()
213 // Don't allocate here because `Drop` will not deallocate when `capacity` is 0. in try_allocate_in()
475 // If shrinking to 0, deallocate the buffer. We don't reach this point in shrink()
479 unsafe { self.alloc.deallocate(ptr, layout) }; in shrink()
534 unsafe { self.alloc.deallocate(ptr, layout) } in drop()
H A Dboxed.rs1100 /// alloc.deallocate(non_null.cast(), Layout::new::<String>());
1239 self.1.deallocate(From::from(ptr.cast()), layout); in drop()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-cdev.c412 struct fw_cdev_deallocate deallocate; member
804 return release_client_resource(client, arg->deallocate.handle, in ioctl_deallocate()
1410 arg->deallocate.handle, release_iso_resource, NULL); in ioctl_deallocate_iso_resource()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-cdev.c425 struct fw_cdev_deallocate deallocate; member
856 return release_client_resource(client, arg->deallocate.handle, in ioctl_deallocate()
1483 arg->deallocate.handle, release_iso_resource, NULL); in ioctl_deallocate_iso_resource()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha1_ssse3_asm.S98 mov %rbp, %rsp # deallocate workspace
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h672 struct nfsd4_fallocate deallocate; member
H A Dnfs4proc.c1693 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr4.h690 struct nfsd4_fallocate deallocate; member
H A Dnfs4proc.c2012 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha1_ssse3_asm.S99 mov %rbp, %rsp # deallocate workspace

Completed in 24 milliseconds