[all-commits] [llvm/llvm-project] ea65e8: [scudo] Move getResidentPages function (#183138)

Sadaf Ebrahimi via All-commits all-commits at lists.llvm.org
Thu Mar 5 10:38:27 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea65e8593e21b055dfb1f5f74ea7a5618a6fa275
      https://github.com/llvm/llvm-project/commit/ea65e8593e21b055dfb1f5f74ea7a5618a6fa275
  Author: Sadaf Ebrahimi <sadafebrahimi at google.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/fuchsia.cpp
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/mem_map.cpp
    M compiler-rt/lib/scudo/standalone/mem_map.h
    M compiler-rt/lib/scudo/standalone/mem_map_base.h
    M compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp
    M compiler-rt/lib/scudo/standalone/mem_map_fuchsia.h
    M compiler-rt/lib/scudo/standalone/mem_map_linux.cpp
    M compiler-rt/lib/scudo/standalone/mem_map_linux.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/common_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/map_test.cpp
    M compiler-rt/lib/scudo/standalone/trusty.cpp

  Log Message:
  -----------
  [scudo] Move getResidentPages function (#183138)

Moving getResidentPages out of linux.cpp and adding it to MemMapBase



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list