SlackBuildsOrg/system/memkind
Vijay Marcel 8296c1e5f6
system/memkind: Added (General Purpose Allocator on top of Jemalloc)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-09-03 17:58:45 +07:00
..
memkind.info
memkind.SlackBuild
README
slack-desc

Memkind helps to fully utilize various kinds of
memory available in the system,including DRAM,NVDIMM
and HBM, mostly by adding one additional argument
destination kind of memory to standard malloc calls.

It also offers a transparent mode that allows memory
tiering without any modification to the existing app, 
memory kinds based on file-backed memory on specified 
device or area supplied by the user, and much more.

hwloc >=2.3.0 is an optional dependency.