Searched refs:new_allocation_size (Results 1 – 1 of 1) sorted by relevance
340 size_t new_allocation_size = 0; in setCapacity() local341 LOG_ALWAYS_FATAL_IF(__builtin_mul_overflow(new_capacity, mItemSize, &new_allocation_size)); in setCapacity()342 SharedBuffer* sb = SharedBuffer::alloc(new_allocation_size); in setCapacity()