diff options
| author | Jason Evans <jasone@canonware.com> | 2014-01-22 21:08:47 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2014-01-22 21:08:47 (GMT) |
| commit | 9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce (patch) | |
| tree | 5b46e589a23ee884a8230ce9678c5dce59cdc731 | |
| parent | cc47dde16203a6ae7eb685b53e1ae501f3869bc6 (diff) | |
| download | jemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.zip jemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.tar.gz jemalloc-9c8baec0a310f7bbd00c7dc76cfbf663dd9c14ce.tar.bz2 | |
Fix a typo.
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ found in the git revision history: API. The *allocx() functions are slightly simpler to use because they have fewer parameters, they directly return the results of primary interest, and mallocx()/rallocx() avoid the strict aliasing pitfall that - allocm()/rallocx() share with posix_memalign(). Note that *allocm() is + allocm()/rallocm() share with posix_memalign(). Note that *allocm() is slated for removal in the next non-bugfix release. - Add support for LinuxThreads. |
