[all-commits] [llvm/llvm-project] 12a22e: [scudo] Dump MapAllocatorCache::retrieve() data

ChiaHungDuan via All-commits all-commits at lists.llvm.org
Mon Aug 7 18:33:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12a22ec755a71f09d308f6550bb07f4b62ed3332
      https://github.com/llvm/llvm-project/commit/12a22ec755a71f09d308f6550bb07f4b62ed3332
  Author: Fernando <fernandosalas at google.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

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

  Log Message:
  -----------
  [scudo] Dump MapAllocatorCache::retrieve() data

Keeps track of CallsToRetrieve, how many SuccessfulRetrieves, from
cached block allocations. Dumps this data in the
MapAllocatorCache::getStats() function

Reviewed By: cferris, Chia-hungDuan

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




More information about the All-commits mailing list