Skip to content

refactor(allocator): add AllocatorWrapper abstraction to AllocatorPool#12081

Merged
graphite-app[bot] merged 1 commit intomainfrom
07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_
Jul 9, 2025
Merged

refactor(allocator): add AllocatorWrapper abstraction to AllocatorPool#12081
graphite-app[bot] merged 1 commit intomainfrom
07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Jul 4, 2025

Pure refactor. Introduce an AllocatorWrapper abstraction which sits between AllocatorPool and Allocator. This has no value in itself, but prepares the way for substituting an alternative AllocatorWrapper for creating fixed-size Allocators (raw transfer-compatible).

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Jul 4, 2025
Copy link
Member Author

overlookmotel commented Jul 4, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 4, 2025

CodSpeed Instrumentation Performance Report

Merging #12081 will not alter performance

Comparing 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ (068669f) with main (c186bd8)

Summary

✅ 34 untouched benchmarks

@overlookmotel overlookmotel force-pushed the 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ branch 2 times, most recently from daf8ee2 to 2002c8c Compare July 7, 2025 17:51
@overlookmotel overlookmotel force-pushed the 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ branch from 2002c8c to 8e6cf3d Compare July 8, 2025 21:51
@overlookmotel overlookmotel changed the base branch from main to graphite-base/12081 July 8, 2025 22:23
@overlookmotel overlookmotel changed the base branch from graphite-base/12081 to main July 8, 2025 22:23
@overlookmotel overlookmotel changed the base branch from main to graphite-base/12081 July 8, 2025 22:23
@overlookmotel overlookmotel force-pushed the 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ branch from 8e6cf3d to 457a1af Compare July 8, 2025 22:23
@overlookmotel overlookmotel changed the base branch from graphite-base/12081 to 07-08-test_napi_oxlint_test_linting_with_built-in_rules July 8, 2025 22:23
@overlookmotel overlookmotel marked this pull request as ready for review July 8, 2025 22:24
@overlookmotel overlookmotel requested a review from camc314 July 8, 2025 22:24
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Jul 9, 2025
Copy link
Contributor

camc314 commented Jul 9, 2025

Merge activity

…Pool` (#12081)

Pure refactor. Introduce an `AllocatorWrapper` abstraction which sits between `AllocatorPool` and `Allocator`. This has no value in itself, but prepares the way for substituting an alternative `AllocatorWrapper` for creating fixed-size `Allocators` (raw transfer-compatible).
@graphite-app graphite-app bot force-pushed the 07-08-test_napi_oxlint_test_linting_with_built-in_rules branch from b01bb26 to 2526326 Compare July 9, 2025 08:56
@graphite-app graphite-app bot force-pushed the 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ branch from 457a1af to 068669f Compare July 9, 2025 08:56
Base automatically changed from 07-08-test_napi_oxlint_test_linting_with_built-in_rules to main July 9, 2025 09:04
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jul 9, 2025
@graphite-app graphite-app bot merged commit 068669f into main Jul 9, 2025
26 checks passed
@graphite-app graphite-app bot deleted the 07-04-refactor_allocator_add_allocatorwrapper_abstraction_to_allocatorpool_ branch July 9, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants