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