Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 60b468c78c7d8471aa5aa10228ed896b9d3dbde1
      
https://github.com/WebKit/WebKit/commit/60b468c78c7d8471aa5aa10228ed896b9d3dbde1
  Author: Marcus Plutowski <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_mte.h
    M Source/bmalloc/libpas/src/libpas/pas_page_malloc.c
    M Source/bmalloc/libpas/src/libpas/pas_stats.c
    M Source/bmalloc/libpas/src/libpas/pas_stats.h

  Log Message:
  -----------
  [libpas] Add stat counter for pas_page_malloc
https://bugs.webkit.org/show_bug.cgi?id=305081
rdar://167727200

Reviewed by Keith Miller.

This new counter tracks:
  1. the number of bytes mapped
  2. the number of those bytes which were mapped with backing MTE memory
  3. the number of those bytes which were used for small or medium pages
Notably, this does not include mmap calls used e.g. for zeroing pages,
or by clients of libpas who map their own memory before passing it in
(e.g. the JIT heap).

Canonical link: https://commits.webkit.org/305303@main



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

Reply via email to