Searched defs:alloc_size (Results 1 – 11 of 11) sorted by relevance
104 size_t alloc_size = __BIONIC_ALIGN(3 * size - pgsize, pgsize); in stack_mte_ringbuffer_allocate() local
345 let alloc_size = padded_size.checked_mul(n).ok_or(LayoutError)?; in repeat() localVariable
335 let alloc_size = in new_unsize_zst() localVariable
533 let alloc_size = elem_layout.size().unchecked_mul(self.cap.0); in current_memory() localVariable
520 let alloc_size = elem_layout.size().unchecked_mul(self.cap.0); in current_memory() localVariable