Home
last modified time | relevance | path

Searched defs:newByteSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dmemory.cpp31 const Terminator &terminator, void *ptr, std::size_t newByteSize) { in ReallocateMemoryOrCrash()
H A Darray-constructor.cpp73 std::size_t newByteSize{requestedAllocationSize * to.ElementBytes()}; in AllocateOrReallocateVectorIfNeeded() local
/llvm-project/flang/include/flang/Runtime/
H A Dfreestanding-tools.h148 realloc(void * ptr,std::size_t newByteSize) realloc() argument