diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-09-02 11:00:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:45 +0700 |
commit | 8296c1e5f6b2f1aecf083c95bcbee150567bc261 (patch) | |
tree | 6181f7b047477ab34dc112dfc84b8dd7324dd474 /system/memkind/README | |
parent | a2dbd274bc2798e243fc79a37daf2967bf4cd080 (diff) |
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>
Diffstat (limited to 'system/memkind/README')
-rw-r--r-- | system/memkind/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/memkind/README b/system/memkind/README new file mode 100644 index 0000000000..f0400d1c0b --- /dev/null +++ b/system/memkind/README @@ -0,0 +1,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. |