Tuesday, September 14, 2010

realloc()

realloc() provides all of the functionality of malloc() and free().

Reference: Modern C++ Design: Generic Programming and Design Patterns Applied by Andrei Alexandrescu. Addison-Wesley, 2001, p. 143.

No comments:

Post a Comment