realloc
- 网络重新分配
realloc
-
It does not implement many of the other memory functions , such as realloc () .
它没有实现很多其他的内存函数,比如realloc()。
-
Others , which use the other memory-management functions such as realloc () or which make poor assumptions about the internal behavior of malloc () will likely crash .
其他使用realloc()等其他内存管理函数的应用程序,或者错误地假定malloc()内部行为的那些应用程序,很可能会崩溃。