microsoft / microsoft/mimalloc
Hey can you add a ENV Variable to redirect memory allocations (NUMA) (WIN)
- Dominant language
- C
- Stars
- 13.4k
- Forks
- 1.2k
- Avg merge
- 4d 45m
- Merged PRs (30d)
- 13
Description
Hello would you be able to add a ENV variable to master so i can allocate memory from a certain NUMANODE?
E.G on a 2 Node system with 0 being base NUMANode :
MIMALLOC_ALLOCATE_NODE=1
or to allocate from the base node:
MIMALLOC_ALLOCATE_NODE=0
Great work by the way!
Thank you :)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Start by locating mimalloc's environment-variable handling and Windows NUMA allocation entry points, then verify how a selected NUMA node should affect allocations; done means the requested variable supports both node 0 and another specified node on Windows, with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100