[PATCH] D48228: [scudo] Move noinline functions definitions out of line

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 10:29:42 PDT 2018


cryptoad created this revision.
cryptoad added reviewers: filcab, alekseyshl.
Herald added subscribers: Sanitizers, delcypher.

Mark `isRssLimitExceeded` as `NOINLINE`, and move it's definition as well as
the one of `performSanityChecks` out of the class definition, as requested.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48228

Files:
  lib/scudo/scudo_allocator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48228.151534.patch
Type: text/x-patch
Size: 7724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180615/85861ef7/attachment.bin>


More information about the llvm-commits mailing list