diff options
author | Jason Evans <jasone@canonware.com> | 2009-06-26 23:34:13 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2009-06-26 23:34:13 (GMT) |
commit | a9b0125e975b2531829ca827cb7b75ce14dbff82 (patch) | |
tree | dc5bd53f342301e554558ac7b735f4da2c5cfa8f /jemalloc/INSTALL | |
parent | cc00a157703d5da61b9ffc29a80077c4aafa0277 (diff) | |
download | jemalloc-a9b0125e975b2531829ca827cb7b75ce14dbff82.zip jemalloc-a9b0125e975b2531829ca827cb7b75ce14dbff82.tar.gz jemalloc-a9b0125e975b2531829ca827cb7b75ce14dbff82.tar.bz2 |
Minor documentation and comment cleanups.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index 1320ba9..5ed4ee5 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -39,7 +39,7 @@ any of the following arguments (not a definitive list) to 'configure': Disable tiny (sub-quantum-sized) object support. Technically it is not legal for a malloc implementation to allocate objects with less than quantum alignment (8 or 16 bytes, depending on architecture), but in - practice it never causes any problems if, for example, 4-byte allocationsj + practice it never causes any problems if, for example, 4-byte allocations are 4-byte-aligned. --disable-mag |