[PATCH] D96626: Support: mapped_file_region: Pass MAP_NORESERVE to mmap

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 08:38:53 PST 2021


emaste added a comment.

> So that's all the more reason to consistently use that mode everywhere, I think.

I think that's a correct interpretation.

`MAP_NORESERVE` does not exist on any supported FreeBSD version, so no objection from me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96626/new/

https://reviews.llvm.org/D96626



More information about the llvm-commits mailing list