Searched refs:local_dealloc (Results 1 – 1 of 1) sorted by relevance
26 unsafe fn local_dealloc(&self, ptr: *mut u8, layout: Layout); in local_dealloc() method97 unsafe fn local_dealloc(&self, ptr: *mut u8, layout: Layout) { in local_dealloc() method134 self.local_dealloc(ptr, layout); in dealloc()