Lines Matching refs:mremap
329 If true realloc() uses mremap() to re-allocate large blocks and1354 #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