mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 18:47:19 +03:00
Fix a typo.
This commit is contained in:
parent
cc47dde162
commit
9c8baec0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ found in the git revision history:
|
||||||
API. The *allocx() functions are slightly simpler to use because they have
|
API. The *allocx() functions are slightly simpler to use because they have
|
||||||
fewer parameters, they directly return the results of primary interest, and
|
fewer parameters, they directly return the results of primary interest, and
|
||||||
mallocx()/rallocx() avoid the strict aliasing pitfall that
|
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.
|
slated for removal in the next non-bugfix release.
|
||||||
- Add support for LinuxThreads.
|
- Add support for LinuxThreads.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue