Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PartitionAlloc #185

Merged
merged 4 commits into from
Mar 8, 2023
Merged

Conversation

1c3t3a
Copy link
Contributor

@1c3t3a 1c3t3a commented Mar 3, 2023

This change adds support for PartitionAlloc, the memory allocator used in chromium. Normally the allocator is build in-tree, but this pulls in a standalone version. The standalone version added here should be updated as soon as the official repository of PartitionAlloc (https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator) supports standalone builds. This closes #184.

This change adds support for PartitionAlloc, the
memory allocator used in chromium. Normally the
allocator is build in-tree, but this pulls in a
standalone version. The standalone version added
here should be updated as soon as the official
repository of PartitionAlloc
(https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator)
supports standalone builds.
@1c3t3a 1c3t3a force-pushed the add-partition-alloc branch from 7cd6cff to 377f4b4 Compare March 3, 2023 15:04
build-bench-env.sh Outdated Show resolved Hide resolved
@1c3t3a 1c3t3a force-pushed the add-partition-alloc branch from 4553a3d to 9cd0cde Compare March 7, 2023 12:08
@jvoisin jvoisin self-assigned this Mar 7, 2023
@jvoisin jvoisin merged commit 18af306 into daanx:master Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add partitionalloc
2 participants