Add the ability for a memory space to have more than one allocator.
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 59
- Forks
- 35
- Avg merge
- 17h 38m
- Merged PRs (30d)
- 3
Description
- We want memory spaces to be able to register different allocators.
- We want to make sure those allocators are fully pluggable by the users from the outside, preferably by just passing in a memory resource.
- We want to have a way for accessing those allocators. Still debating how this looks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names memory spaces, allocators, and memory resources but no files, tests, or entry points. First locate the existing memory-space and allocator APIs, then clarify how multiple allocators are registered, exposed, and supplied by users; the work is done when that interface and its expected behavior are agreed and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100