compiled with: --with-jemalloc-prefix=X - X should be discoverable in pkg-config
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.2k
- Forks
- 1.6k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 13
Description
So that packages intentionally using jemalloc can discover the exposed symbol names, putting the jemalloc-prefix into the jemalloc.pc file would aid its discovery.
pkg-config --variable=symbol_prefix jemalloc
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
Start by locating the jemalloc.pc file and the configuration handling for --with-jemalloc-prefix=X. Check how pkg-config variables are exposed, then verify that pkg-config --variable=symbol_prefix jemalloc reports the configured prefix. Done means packages can discover the exposed symbol prefix through jemalloc.pc.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100