jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support
vcpkg install jemallocNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Allocate and free memory using jemalloc
Use jemalloc only for specific allocations via je_malloc/je_free, or link with jemalloc as a replacement for the entire process.
No dependency data recorded yet.
No resource links recorded.