malloc.3: Clarify that realloc() may move the memory block
commite186261405cad58a71c44df7be8f9da02a9d6eff
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 31 Aug 2021 01:26:46 +0000 (31 03:26 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 31 Aug 2021 02:02:29 +0000 (31 04:02 +0200)
tree8c6057f9a1961a36f298c78cdb02e472c0e82db3
parentf1d01de4c8c8151b19cdccebfe923e4592f9066c
malloc.3: Clarify that realloc() may move the memory block

Make it clearer, early in the discussion, that realloc()
may move the block.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/malloc.3