Commit Graph

  • 0657f12acd Add the "stats.cactive" mallctl. Jason Evans 2011-03-18 17:56:14 -0700
  • 597632be18 Improve thread-->arena assignment. Jason Evans 2011-03-18 13:41:33 -0700
  • 9c43c13a35 Reverse tcache fill order. Jason Evans 2011-03-18 10:53:15 -0700
  • 84c8eefeff Use bitmaps to track small regions. Jason Evans 2011-03-16 10:30:13 -0700
  • 77f350be08 Improve backtracing-related configuration. Jason Evans 2011-03-15 22:23:12 -0700
  • b602daa671 Clean up after arena_bin_info_t change. Jason Evans 2011-03-15 22:19:45 -0700
  • 819d11be06 Add missing error checks. Jason Evans 2011-03-15 14:25:56 -0700
  • 49f7e8f35a Create arena_bin_info_t. Jason Evans 2011-03-15 13:59:15 -0700
  • 1b17768e24 Fix a build dependency regression. Jason Evans 2011-03-15 09:40:07 -0700
  • 41ade967c2 Reduce size of small_size2bin lookup table. Jason Evans 2011-03-06 22:56:36 -0800
  • ff7450727f Expand a comment regarding geometric sampling. Jason Evans 2011-03-14 22:22:29 -0700
  • fa5d245aef Set default symbol visibility to hidden. Jason Evans 2011-03-15 10:25:59 -0700
  • ad11ee6a34 Merge branch 'dev' Jason Evans 2011-03-14 16:42:26 -0700
  • 0e4d0d13f9 Update ChangeLog for 2.1.3. Jason Evans 2011-03-14 16:41:03 -0700
  • a8118233ec Fix a thread cache stats merging bug. Jason Evans 2011-03-14 12:56:51 -0700
  • a7153a0d7d Fix a "thread.arena" mallctl bug. Jason Evans 2011-03-14 11:39:49 -0700
  • 814b9bda7f Fix a cpp logic regression. Jason Evans 2011-03-06 23:03:33 -0800
  • e27d134efc Merge branch 'dev' Jason Evans 2011-03-02 12:19:58 -0800
  • 6e56e5ec6a Update ChangeLog for 2.1.2. je 2011-03-02 11:23:41 -0800
  • af5d6987f8 Build both PIC and no PIC static libraries Arun Sharma 2011-02-15 14:13:38 -0800
  • 655f04a5a4 Fix style nits. Jason Evans 2011-02-13 18:44:59 -0800
  • 9dcad2dfd1 Fix "thread.{de,}allocatedp" mallctl. Jason Evans 2011-02-13 18:11:54 -0800
  • 6369286f83 Add release dates to ChangeLog. Jason Evans 2011-02-07 22:48:35 -0800
  • a73ebd946a Merge branch 'dev' Jason Evans 2011-01-31 20:12:32 -0800
  • ada55b2e92 Update ChangeLog for 2.1.1. Jason Evans 2011-01-31 20:08:56 -0800
  • 31bfb3e7b0 Fix an alignment-related bug in huge_ralloc(). Jason Evans 2011-01-31 19:58:22 -0800
  • f256680f87 Fix ALLOCM_LG_ALIGN definition. Jason Evans 2011-01-26 08:24:24 -0800
  • dbd3832d20 Fix assertion typos. Jason Evans 2011-01-14 17:37:27 -0800
  • 10e4523094 Fix a heap dumping deadlock. Jason Evans 2011-01-14 17:27:44 -0800
  • 624f2f3cc9 Fix a "thread.arena" mallctl bug. Jason Evans 2010-12-29 12:21:05 -0800
  • 8ad0eacfb3 Update various comments. Jason Evans 2010-12-17 18:07:53 -0800
  • 2a6f2af6e4 Remove an arena_bin_run_size_calc() constraint. Jason Evans 2010-12-16 14:23:32 -0800
  • 2b769797ce Edit INSTALL. Jason Evans 2010-12-16 14:13:46 -0800
  • 50ac670d09 Remove high_water from tcache_bin_t. Jason Evans 2010-12-16 14:12:48 -0800
  • 1c4b088b08 Merge branch 'dev' Jason Evans 2010-12-03 17:05:01 -0800
  • 0e8d3d2cb9 Updated ChangeLog for 2.1.0. Jason Evans 2010-12-03 17:02:16 -0800
  • ecf229a39f Add the "thread.[de]allocatedp" mallctl's. Jason Evans 2010-12-03 15:55:47 -0800
  • cfdc8cfbd6 Use mremap(2) for huge realloc(). Jason Evans 2010-11-30 16:50:58 -0800
  • aee7fd2b70 Convert man page from roff to DocBook. Jason Evans 2010-11-24 22:00:02 -0800
  • fc4dcfa2f5 Push down ctl_mtx. Jason Evans 2010-11-24 15:44:21 -0800
  • 1f17bd9395 Fix mallctlnametomib() documentation. Jason Evans 2010-11-05 15:53:34 -0700
  • 0a36622dd1 Merge branch 'dev' Jason Evans 2010-10-29 20:21:45 -0700
  • 53806fef53 Update ChangeLog for 2.0.1. Jason Evans 2010-10-29 20:16:39 -0700
  • b04a940ee5 Fix prof bugs. Jason Evans 2010-10-27 19:47:40 -0700
  • d4bab21756 Fix compilation error. Jason Evans 2010-10-24 20:08:37 -0700
  • b059a534f7 Re-indent ChangeLog. Jason Evans 2010-10-24 16:54:40 -0700
  • a39d5b6ef2 Merge branch 'dev' Jason Evans 2010-10-24 16:51:13 -0700
  • 3af83344a5 Document groff commands for manpage formatting. Jason Evans 2010-10-24 16:48:52 -0700
  • 0176e3057d Bump library version number. Jason Evans 2010-10-24 16:32:13 -0700
  • 379f847f44 Add ChangeLog. Jason Evans 2010-10-24 16:18:29 -0700
  • ce93055c49 Use madvise(..., MADV_FREE) on OS X. Jason Evans 2010-10-24 13:03:07 -0700
  • 0d38791e7a Edit manpage. Jason Evans 2010-10-24 12:51:38 -0700
  • 8da141f47a Re-format size class table. Jason Evans 2010-10-24 11:34:50 -0700
  • 49d0293c88 Add missing #ifdef JEMALLOC_PROF. Jason Evans 2010-10-23 23:43:37 -0700
  • e73397062a Replace JEMALLOC_OPTIONS with MALLOC_CONF. Jason Evans 2010-10-23 18:37:06 -0700
  • e4f7846f1f Fix heap profiling bugs. Jason Evans 2010-10-22 10:45:59 -0700
  • 81b4e6eb6f Fix a heap profiling regression. Jason Evans 2010-10-20 20:52:00 -0700
  • 4d6a134e13 Inline the fast path for heap sampling. Jason Evans 2010-10-20 19:05:59 -0700
  • 93443689a4 Add per thread allocation counters, and enhance heap sampling. Jason Evans 2010-10-20 17:39:18 -0700
  • 21fb95bba6 Fix a bug in arena_dalloc_bin_run(). Jason Evans 2010-10-18 17:45:40 -0700
  • 088e6a0a37 Fix arena bugs. Jason Evans 2010-10-18 00:04:44 -0700
  • 8de6a02823 Fix arena bugs. Jason Evans 2010-10-17 20:57:30 -0700
  • 12ca91402b Add assertions to run coalescing. Jason Evans 2010-10-17 19:56:09 -0700
  • 940a2e02b2 Fix numerous arena bugs. Jason Evans 2010-10-17 17:51:37 -0700
  • 397e5111b5 Preserve CHUNK_MAP_UNZEROED for small runs. Jason Evans 2010-10-16 16:10:40 -0700
  • 004ed142a6 Fix a regression in CHUNK_MAP_UNZEROED change. Jason Evans 2010-10-14 00:28:31 -0700
  • ac6f3c2bb5 Re-organize prof-libgcc configuration. Jason Evans 2010-10-07 11:59:12 -0700
  • 9f3b0a74fd Fix tests build when --with-install-suffix is set. Jason Evans 2010-10-07 09:53:26 -0700
  • 1506a1b903 Move variable declaration out of for loop header. Jason Evans 2010-10-07 08:52:32 -0700
  • c6e950665c Increase PRN 'a' and 'c' constants. Jason Evans 2010-10-03 00:10:15 -0700
  • 9ce3bfd92d Fix leak context count reporting. Jason Evans 2010-10-02 22:39:59 -0700
  • 588a32cd84 Increase default backtrace depth from 4 to 128. Jason Evans 2010-10-02 22:38:14 -0700
  • a881cd2c61 Make cumulative heap profile data optional. Jason Evans 2010-10-02 15:18:50 -0700
  • 4d5c09905e Print prof-libgcc configure setting. Jason Evans 2010-10-02 21:35:27 -0700
  • 3c26a7d68e Remove malloc_swap_enable(). Jason Evans 2010-10-02 12:04:41 -0700
  • d65cdfe233 Update pprof from google-perftools 1.6. Jason Evans 2010-10-02 11:31:36 -0700
  • c2fc8c8b3a Use offsetof() when sizing dynamic structures. Jason Evans 2010-10-01 18:02:43 -0700
  • 3377ffa1f4 Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED. Jason Evans 2010-10-01 17:53:37 -0700
  • 7393f44ff0 Omit chunk header in arena chunk map. Jason Evans 2010-10-01 17:35:43 -0700
  • 37dab02e52 Disable interval-based profile dumps by default. Jason Evans 2010-09-30 17:10:17 -0700
  • 6005f0710c Add the "arenas.purge" mallctl. Jason Evans 2010-09-30 16:55:08 -0700
  • 075e77cad4 Fix compiler warnings and errors. Jason Evans 2010-09-20 19:53:25 -0700
  • 355b438c85 Fix compiler warnings. Jason Evans 2010-09-20 19:20:48 -0700
  • 6a0d2918ce Add memalign() and valloc() overrides. Jason Evans 2010-09-20 16:44:23 -0700
  • a09f55c87d Wrap strerror_r(). Jason Evans 2010-09-20 16:05:41 -0700
  • 28177d466f Remove bad assertions in malloc_{pre,post}fork(). Jason Evans 2010-09-20 11:24:24 -0700
  • 79d660d35d Store full git GID in VERSION. Jason Evans 2010-09-17 17:38:24 -0700
  • a094babe33 Add gcc attributes for *allocm() prototypes. Jason Evans 2010-09-17 17:35:42 -0700
  • 8e3c3c61b5 Add {,r,s,d}allocm(). Jason Evans 2010-09-17 15:46:18 -0700
  • 4cc6a60a4f Update modification date in man page. Jason Evans 2010-09-11 23:40:24 -0700
  • 8d7a94b275 Fix porting regressions. Jason Evans 2010-09-11 23:38:12 -0700
  • 7e11b389aa Move size class table to man page. Jason Evans 2010-09-11 22:47:39 -0700
  • 58a6f5c9be Add posix_memalign test. Jason Evans 2010-09-11 20:59:16 -0700
  • 2dbecf1f62 Port to Mac OS X. Jason Evans 2010-09-05 10:35:13 -0700
  • b267d0f86a Add the thread.arena mallctl. Jason Evans 2010-08-13 15:42:29 -0700
  • e139ab8b4f Merge branch 'dev' Jason Evans 2010-08-12 12:11:58 -0700
  • dcd15098a8 Move assert() calls up in arena_run_reg_alloc(). Jason Evans 2010-08-05 12:13:42 -0700
  • 2541e1b083 Add a missing mutex unlock in malloc_init_hard(). Jason Evans 2010-07-22 11:35:59 -0700
  • b43b7750a6 Fix the libunwind version of prof_backtrace(). Jason Evans 2010-06-04 15:10:43 -0700
  • e13243eb63 Merge branch 'dev' Jason Evans 2010-05-11 18:24:19 -0700