Searched refs:deallocate (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | alloc.rs | 231 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 D | raw_vec.rs | 178 // 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 D | boxed.rs | 1100 /// 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 D | core-cdev.c | 412 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 D | core-cdev.c | 425 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 D | sha1_ssse3_asm.S | 98 mov %rbp, %rsp # deallocate workspace
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | xdr4.h | 672 struct nfsd4_fallocate deallocate; member
|
H A D | nfs4proc.c | 1693 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 690 struct nfsd4_fallocate deallocate; member
|
H A D | nfs4proc.c | 2012 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 99 mov %rbp, %rsp # deallocate workspace
|
Completed in 29 milliseconds