Searched defs:newByteSize (Results 1 – 3 of 3) sorted by relevance
31 const Terminator &terminator, void *ptr, std::size_t newByteSize) { in ReallocateMemoryOrCrash()
73 std::size_t newByteSize{requestedAllocationSize * to.ElementBytes()}; in AllocateOrReallocateVectorIfNeeded() local
148 realloc(void * ptr,std::size_t newByteSize) realloc() argument