Searched refs:dealloc (Results 1 – 7 of 7) sorted by relevance
18 use alloc::alloc::{alloc, dealloc, handle_alloc_error, Layout};119 dealloc(vaddr.as_ptr(), layout); in dma_dealloc()
351 mdealloc_cb dealloc; member
143 p_scb->dealloc = true; in bta_ag_deregister()167 p_scb->dealloc = true; in bta_ag_start_dereg()421 if (!p_scb->dealloc) { in bta_ag_rfc_close()
229 bool dealloc; /* true if service shutting down */ member
273 if (p->in_use && !p->dealloc) { in bta_ag_del_records()
22 use alloc::alloc::dealloc;198 unsafe { dealloc(base as *mut _, layout) }; in drop()
96 unsafe { HEAP_ALLOCATOR.dealloc(ptr as *mut u8, layout) } in free()