Lines Matching full:realloc
569 Check every call to `malloc' or `realloc' to see if it returned
570 zero. Check `realloc' even if you are making the block smaller; in a
571 system that rounds block sizes to a power of 2, `realloc' may get a
574 In Unix, `realloc' can destroy the storage block if it returns zero.
575 GNU `realloc' does not have this bug: if it fails, the original block
2729 * In particular, don't unconditionally declare `malloc' or `realloc'.
2733 call `malloc' and `realloc', respectively, and check the results.
2739 calls to `malloc' and `realloc' work fine. For the few
2741 *conditionalized* declarations of `malloc' and `realloc'--or put