[webkit-changes] [WebKit/WebKit] ffc44f: Add PAS_PROFILE macros for deallocation

Marcus Plutowski noreply at github.com
Fri Jan 17 11:43:11 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ffc44fab0968a5c043ca14fd6a18a71f9074618d
      https://github.com/WebKit/WebKit/commit/ffc44fab0968a5c043ca14fd6a18a71f9074618d
  Author: Marcus Plutowski <marcus_plutowski at apple.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_bitfit_page_inlines.h
    M Source/bmalloc/libpas/src/libpas/pas_segregated_page_inlines.h

  Log Message:
  -----------
  Add PAS_PROFILE macros for deallocation
https://bugs.webkit.org/show_bug.cgi?id=284896
rdar://141700911

Reviewed by David Degazio.

This allows us to make measurements about deallocations happening within
libpas, whereas previously we could only look at initial and subsequent
allocations (or page-level decommits, which are less common).

* Source/bmalloc/libpas/src/libpas/pas_bitfit_page_inlines.h:
(pas_bitfit_page_deallocate_with_page_impl):
* Source/bmalloc/libpas/src/libpas/pas_segregated_page_inlines.h:
(pas_segregated_page_deallocate_with_page):

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



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


More information about the webkit-changes mailing list