Home | History | Annotate | Download | only in src

Lines Matching refs:mremap

329   If true realloc() uses mremap() to re-allocate large blocks and
1354 #define CALL_MREMAP(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv))
3611 /* Prefer mremap, fall back to munmap */
5024 * Add linux mremap support code from HJ Liu