realloc implementation can try to expand the allocated memory block in-place, avoiding the copy. llvm-svn: 105605
1.4 KiB
1.4 KiB
realloc implementation can try to expand the allocated memory block in-place, avoiding the copy. llvm-svn: 105605