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