Home | History | Annotate | Download | only in stdlib

Lines Matching refs:mremap

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