diff options
author | Jason Evans <jasone@canonware.com> | 2015-08-26 20:47:20 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-08-26 20:47:20 (GMT) |
commit | 5d2e875ac9283cb99ff714c5cb56e1fc98a7f007 (patch) | |
tree | 3cda599d71c03d3d35213edd8d2680369ffc2288 /ChangeLog | |
parent | 45e9f66c280e1ba8bebf7bed387a43bc9e45536d (diff) | |
download | jemalloc-5d2e875ac9283cb99ff714c5cb56e1fc98a7f007.zip jemalloc-5d2e875ac9283cb99ff714c5cb56e1fc98a7f007.tar.gz jemalloc-5d2e875ac9283cb99ff714c5cb56e1fc98a7f007.tar.bz2 |
Add JEMALLOC_CXX_THROW to the memalign() function prototype.
Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to
match glibc and avoid compilation errors when including both
jemalloc/jemalloc.h and malloc.h in C++ code.
This change was unintentionally omitted from
ae93d6bf364e9db9f9ee69c3e5f9df110d8685a4 (Avoid function prototype
incompatibilities.).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ brevity. Much more detail can be found in the git revision history: - Don't bitshift by negative amounts when encoding/decoding run sizes in chunk header maps. This affected systems with page sizes greater than 8 KiB. - Rename index_t to szind_t to avoid an existing type on Solaris. + - Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to + match glibc and avoid compilation errors when including both + jemalloc/jemalloc.h and malloc.h in C++ code. * 4.0.0 (August 17, 2015) |