HomeSort by: relevance | last modified time | path
    Searched refs:MADV_COLLAPSE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
pages.c 583 * There is one more MADV_COLLAPSE precondition that is not easy to
585 * MADV_COLLAPSE) call to be successful, at least one page in the range
591 && (defined(MADV_COLLAPSE) || defined(JEMALLOC_MADV_COLLAPSE))
592 # if defined(MADV_COLLAPSE)
593 return (madvise(addr, size, MADV_COLLAPSE) != 0);
  /src/external/bsd/jemalloc/dist/
configure 14455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether madvise(..., MADV_COLLAPSE) is compilable" >&5
14456 $as_echo_n "checking whether madvise(..., MADV_COLLAPSE) is compilable... " >&6; }
14469 madvise((void *)0, 0, MADV_COLLAPSE);

Completed in 38 milliseconds