[all-commits] [llvm/llvm-project] 960817: [scudo] Modify hard-coded page size for Android.

Christopher Ferris via All-commits all-commits at lists.llvm.org
Thu Aug 17 18:18:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96081768daac1988f0735955fa787e01f5454745
      https://github.com/llvm/llvm-project/commit/96081768daac1988f0735955fa787e01f5454745
  Author: Christopher Ferris <cferris at google.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/common.h

  Log Message:
  -----------
  [scudo] Modify hard-coded page size for Android.

On Android, if PAGE_SIZE is defined, use that as the hard-coded value.
Otherwise, fallback to using getting the page size.

Reviewed By: Chia-hungDuan

Differential Revision: https://reviews.llvm.org/D158123




More information about the All-commits mailing list