forked from memkind/memkind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
michalbiesek
committed
Apr 8, 2019
1 parent
da7c84f
commit 15de76a
Showing
7 changed files
with
517 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[General] |
Oops, something went wrong.