Searched refs:element_heap_size (Results 1 – 1 of 1) sorted by relevance
151 size_t element_heap_size; in calculate_allocation_size_or_throw() local152 if (mul_overflow(element_count, element_size, &element_heap_size)) in calculate_allocation_size_or_throw()156 if (add_overflow(element_heap_size, padding_size, &allocation_size)) in calculate_allocation_size_or_throw()