[BACK]Return to jemalloc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdlib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/stdlib/jemalloc.c between version 1.24.6.1 and 1.24.6.2

version 1.24.6.1, 2012/04/23 16:49:02 version 1.24.6.2, 2012/04/23 23:40:40
Line 3227  malloc_print_stats(void)
Line 3227  malloc_print_stats(void)
                     "");                      "");
   
                 _malloc_message("Chunk size: ", umax2s(chunksize, s), "", "");                  _malloc_message("Chunk size: ", umax2s(chunksize, s), "", "");
                 _malloc_message(" (2^", umax2s((size_t)opt_chunk_2pow, s),                  _malloc_message(" (2^", umax2s(opt_chunk_2pow, s), ")\n", "");
                     ")\n", "");  
   
 #ifdef MALLOC_STATS  #ifdef MALLOC_STATS
                 {                  {

Legend:
Removed from v.1.24.6.1  
changed lines
  Added in v.1.24.6.2

CVSweb <webmaster@jp.NetBSD.org>