aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorcharsyam <charsyam@naver.com>2015-07-04 01:06:06 +0900
committerJason Evans <jasone@canonware.com>2015-07-07 09:37:59 -0700
commitad6800fec32668e34d41321dcc73eda135ef0f84 (patch)
treeedd4f06b04f48adf3a0c5bddf1e850e9ff67ff8d /ChangeLog
parentbe09b8145967842f3931c979918a730af81976ce (diff)
downloadplatform_external_jemalloc_new-ad6800fec32668e34d41321dcc73eda135ef0f84.tar.gz
platform_external_jemalloc_new-ad6800fec32668e34d41321dcc73eda135ef0f84.tar.bz2
platform_external_jemalloc_new-ad6800fec32668e34d41321dcc73eda135ef0f84.zip
Fix typos ChangeLog
Fix typos ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43a7d7be..49faa135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -674,7 +674,7 @@ brevity. Much more detail can be found in the git revision history:
- Make it possible for the application to manually flush a thread's cache, via
the "tcache.flush" mallctl.
- Base maximum dirty page count on proportion of active memory.
- - Compute various addtional run-time statistics, including per size class
+ - Compute various additional run-time statistics, including per size class
statistics for large objects.
- Expose malloc_stats_print(), which can be called repeatedly by the
application.