[PATCH] D85387: [NFC] Make argument name passed to `FindAvailableMemoryRange()` consistent with parameter name.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 12:02:00 PDT 2020


delcypher added a comment.

@tejohnson Side comment about the refactor.  The comments on `MapDynamicShadow(...)` say that is function is actually supposed to mmap the found memory as NO_ACCESS. The current implementation doesn't do this. It just finds a space but doesn't mmap it. Is this a problem?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85387



More information about the llvm-commits mailing list