Skip to content

Commit

Permalink
Update for 1.9.0 release -test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbiesek committed Apr 8, 2019
1 parent da7c84f commit 15de76a
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
* Wed Apr 3 2019 Michal Biesek <[email protected]> v1.9.0
- Provided a second function to create PMEM kind memkind_create_pmem_with_config()
- Provided the memkind_detect_kind() function to recognize a kind from memory allocation
- Provided memkind_config_set_memory_usage_policy() function
that modifies the default memory usage policy behavior
- Provided the ability to pass a NULL kind to memkind_malloc_usable_size() and memkind_realloc()
- Unified the memkind_realloc() behavior for all kinds
- Added the support for the pool_msize() function to TBB
- Extended build arch to ppc64, ppc64le, s390x
- Removed disable-stats from used jemalloc
- Fixed compilation under the Clang and rpm build configuration
- Provided the support for Dockerfile

* Mon Dec 10 2018 Michal Biesek <[email protected]> v1.8.0
- Fixed error with realloc/free method with passing thread-specific cache flag
- Fixed error with memkind_create_pmem(), if other PMEM kind was destroyed before
Expand Down
2 changes: 2 additions & 0 deletions MEMKIND_QT.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
1 change: 1 addition & 0 deletions MEMKIND_QT.creator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[General]
Loading

0 comments on commit 15de76a

Please sign in to comment.