summaryrefslogtreecommitdiffstats
path: root/system/memkind/README
blob: f0400d1c0b40a092baff28194ac3b824a9c2c34b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.