You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?