Home
last modified time | relevance | path

Searched refs:element_heap_size (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libcxxabi/src/
Dcxa_vector.cpp151 size_t element_heap_size; in calculate_allocation_size_or_throw() local
152 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()