[all-commits] [llvm/llvm-project] 3a4f47: [compiler-rt][Fuchsia] Use map name if provided

PiJoules via All-commits all-commits at lists.llvm.org
Tue Aug 22 13:39:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a4f471b11ff2dacd1d740d14b073e15dbc04f42
      https://github.com/llvm/llvm-project/commit/3a4f471b11ff2dacd1d740d14b073e15dbc04f42
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp

  Log Message:
  -----------
  [compiler-rt][Fuchsia] Use map name if provided

Prior to this, any allocations coming from the SizeClassAllocator would just
have the vmo name "SizeClassAllocator". This will instead use the string passed
to the Map functions if provided which provide slightly more info on what the
vmo is used for. That is, is it for region data, metadata, or freearray space.

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




More information about the All-commits mailing list