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