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

New Vulkan memory allocator #2

Merged
merged 9 commits into from
Jul 14, 2024
Merged

New Vulkan memory allocator #2

merged 9 commits into from
Jul 14, 2024

Conversation

xoofx
Copy link
Member

@xoofx xoofx commented Jul 14, 2024

The new memory allocator is based on XenoAtom.Allocators and inspired by VulkanMemoryAllocator.

Differences are:

  • Similar TLSF backend allocator
  • Support for dedicated allocations
  • Allocation segregated by alignment requirements/memory type index
  • Smaller chunk allocation footprint: first allocation starts at 64KB - and is increasing up to 256MB instead of just 256MB per chunk.

This PR is part of #1

@xoofx xoofx added the enhancement New feature or request label Jul 14, 2024
@xoofx xoofx merged commit 34f4984 into main Jul 14, 2024
2 checks passed
@xoofx xoofx mentioned this pull request Jul 14, 2024
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant