Lines Matching full:madvise
358 madvise(new_brk, size, MADV_DONTNEED);
576 madvise(stack->base, stack->length, MADV_DONTNEED);
938 * mspace_malloc which doesn't memset the allocated memory and madvise
951 /* If our allocation spans more than one page, we attempt to madvise.
954 /* madvise the page aligned region to kernel.
956 madvise((void*)begin, end - begin, MADV_DONTNEED);
1430 * We have a range of memory we can try to madvise()
1431 * back. Linux requires that the madvise() start address is
1438 madvise(start, length, MADV_DONTNEED);