Details
I'd like to use a hybrid memory pool simultaneously, where I allocate memory either from permanent memory from the FSDAX device or the normal DRAM from anonymous mapping.
I found that libmemkind meets my requirement because I can specify the different allocator via struct memkind
in memkind_malloc
.
Unfortunately, libmemkind is deprecated now...
I am wondering if I could find the same usage example from UMF as libmemkind does?