[compiler-rt] [scudo] Make comment compatible with gcc (PR #106137)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 14:21:49 PDT 2024
================
@@ -426,7 +426,7 @@ class MapAllocatorCache {
// The difference between the retrieved memory chunk and the request
// size is at most MaxAllowedFragmentedPages
//
- // / MaxAllowedFragmentedPages * PageSize \
+ // / MaxAllowedFragmentedPages * PageSize \.
----------------
ChiaHungDuan wrote:
Can we change it to `+-` and `-+` like https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/scudo/standalone/primary64.h#L102 ?
https://github.com/llvm/llvm-project/pull/106137
More information about the llvm-commits
mailing list