mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
8296c1e5f6
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
462 B
Text
11 lines
462 B
Text
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.
|