Changelog for
memkind-tests-1.14.0-2.65.x86_64.rpm :
* Thu Jul 07 2022 Patryk Kaminski
v1.14.0- Provided a memtier binary for common uses of memory tiering- Added memkind memtier API header file to installed headers- Added missing information in memkind memtier manpages- Upgraded jemalloc internal library to version 5.3.0- Fixes to security issues
* Thu Dec 23 2021 Patryk Kaminski v1.13.0- Added fixed kind for user-supplied memory area (along with the C++ allocator)- Provided a function memkind_get_capacity() to get the memory capacity of nodes available to a given kind- Optimized PMEM kind (allocating metadata from main memory)- Added logging to file mechanism (enabled with an --enable-logging-to-file configure parameter)- Fixed wrong NUMA nodes masks for some of static kinds- Fixed building for different malloc_usable_size() implementations
* Wed Sep 01 2021 Patryk Kaminski v1.12.0- Added memory tiering intercept library- Optimized hog memory- Removed memkind_malloc_wrapper- Extended error handling in pmem_allocator
* Fri Feb 26 2021 Michal Biesek v1.11.0- Provided a function to verify if path supports DAX - memkind_check_dax_path()- Provided a NUMA node interleave variant for MEMKIND_DAX_KMEM (MEMKIND_DAX_KMEM_INTERLEAVE)- Provided a function to enable/disable background threads - memkind_set_bg_threads()- Provided a function to print statistics - memkind_stats_print()- Extended configure mechanism by enable-memkind-initial-exec-tls option- Extended memkind to support HMAT (libhwloc required)- Provided memory property abstraction (MEMKIND_HIGHEST_CAPACITY
*, MEMKIND_LOWEST_LATENCY_LOCAL
*, MEMKIND_HIGHEST_BANDWIDTH_LOCAL
*)- Extended support for MEMKIND_HBW
* to platforms with full HMAT support (kernel+hardware)
* Mon Sep 14 2020 Michal Biesek v1.10.1- Fixed calculation size for pmem kind- Added support for MEMKIND_HOG_MEMORY in pmem kind- Fixed memkind_defrag_reallocate- Extended configure mechanism by MIN_LG_ALIGN parameter and disable-heap-manager option- Optimized searching command in mallctl, memkind_defrag_reallocate and memkind_detect_kind methods- Removed punch-hole in destroy extent operation