Commit Graph

  • 9d2cc3b0fa Make use of assert_* in test/unit/prof_recent.c Yinan Zhang 2020-02-06 10:55:19 -0800
  • a88d22ea11 Make use of assert_* in test/unit/inspect.c Yinan Zhang 2020-02-06 10:27:09 -0800
  • 0ceb31184d Make use of assert_* in test/unit/buf_writer.c Yinan Zhang 2020-02-06 10:39:42 -0800
  • fa61579382 Add assert_* functionality to tests Yinan Zhang 2020-02-06 10:10:10 -0800
  • 21dfa4300d Change assert_* to expect_* in tests Yinan Zhang 2020-02-18 14:39:06 -0800
  • 162c2bcf31 Background thread: take base as a parameter. David T. Goldblatt 2020-02-17 14:13:38 -0800
  • 29436fa056 Break prof and tcache knowledge of b0. David T. Goldblatt 2020-02-17 14:09:29 -0800
  • a0c1f4ac57 Rtree: take the base allocator as a parameter. David T. Goldblatt 2020-02-17 13:11:10 -0800
  • 7013716aaa Emap: Take (and propagate) a zeroed parameter. David T. Goldblatt 2020-02-17 12:24:09 -0800
  • 182192f83c Base: Pull into a single header. David T. Goldblatt 2020-02-17 12:00:57 -0800
  • 34b7165fde Put szind_t, pszind_t in sz.h. David T. Goldblatt 2020-02-17 11:48:42 -0800
  • 7e6c8a7286 Emap: Standardize naming. David Goldblatt 2020-02-06 13:45:04 -0800
  • ac50c1e44b Emap: Remove direct access to emap internals. David Goldblatt 2020-02-06 13:16:07 -0800
  • 06e42090f7 Make jemalloc.c use the emap interface. David Goldblatt 2020-02-06 10:59:48 -0800
  • f7d9c6c42d Emap: Move in alloc_ctx lookup functionality. David Goldblatt 2020-02-05 18:58:19 -0800
  • 65a54d7714 Emap: Move in szind and slab modifications. David Goldblatt 2020-02-05 17:17:15 -0800
  • 9b5d105fc3 Emap: Move in iealloc. David Goldblatt 2020-02-05 14:50:34 -0800
  • 1d449bd9a6 Emap: Internal rtree context setting. David Goldblatt 2020-02-05 13:51:05 -0800
  • 08eb1e6c31 Emap: Comments and cleanup David Goldblatt 2020-02-05 12:16:30 -0800
  • 231d1477e5 Rename emap_split_prepare_t -> emap_prepare_t. David Goldblatt 2020-02-03 14:21:48 -0800
  • 0586a56f39 Emap: Move in merge functionality. David Goldblatt 2020-02-03 14:15:07 -0800
  • 040eac77cc Tell edatas their creation arena immediately. David Goldblatt 2020-02-03 13:33:05 -0800
  • 7c7b702064 Emap: Move over metadata splitting logic. David Goldblatt 2020-02-03 13:27:21 -0800
  • 44f5f53605 Emap: Move over deregistration functions. David Goldblatt 2020-01-30 15:02:52 -0800
  • 6513d9d923 Emap: Move over deregistration boundary functions. David Goldblatt 2020-01-30 14:55:36 -0800
  • 9b5ca0b09d Emap: Move in slab interior registration. David Goldblatt 2020-01-30 13:32:38 -0800
  • d05b61db4a Emap: Move extent boundary registration in. David Goldblatt 2020-01-30 12:40:07 -0800
  • ca21ce4071 Emap: Move in write_acquired from extent. David Goldblatt 2020-01-30 12:31:19 -0800
  • 01f255161c Add emap, for tracking extent locking. David Goldblatt 2020-01-27 13:55:46 -0800
  • 0f686e82a3 Avoid variable length array with length 0. Qi Wang 2020-02-13 20:04:22 -0800
  • 68e8ddcaff Add mallctl for dumping last-N profiling records Yinan Zhang 2020-02-04 16:05:11 -0800
  • bc05ecebf6 Add const qualifier in assert_cmp() Yinan Zhang 2020-02-05 15:33:31 -0800
  • ba0e35411c Rework the bin locking around tcache refill / flush. Qi Wang 2020-02-07 14:53:36 -0800
  • 7fd22f7b2e Fix Undefined Behavior in hash.h Kamil Rytarowski 2020-02-13 14:49:32 +0100
  • ca1f082251 Disallow merge across mmap regions to preserve SN / first-fit. Qi Wang 2019-12-30 17:14:44 -0800
  • 7014f81e17 Add ASSURED_WRITE in mallctl Yinan Zhang 2020-02-04 16:36:02 -0800
  • 2476889195 Add inspect.c to MSVC filters Yinan Zhang 2020-02-04 15:00:37 -0800
  • 9cac3fa8f5 Encapsulate buffer allocation in buffered writer Yinan Zhang 2020-02-03 15:56:13 -0800
  • bdc08b5158 Better naming buffered writer Yinan Zhang 2020-01-23 15:00:01 -0800
  • c6bfe55857 Update the tsd description. Qi Wang 2020-02-03 23:59:31 -0800
  • e896522616 Abbreviate thread-event to te. Qi Wang 2020-01-30 16:31:45 -0800
  • 5e500523a0 Remove thread_event_boot(). Qi Wang 2020-01-29 20:29:05 -0800
  • 97dd79db6c Implement deallocation events. Qi Wang 2020-01-28 21:12:06 -0800
  • 536ea6858e NetBSD specific changes: - NetBSD overcommits - When mapping pages, use the maximum of the alignment requested and the compiled-in PAGE constant which might be greater than the current kernel pagesize, since we compile binaries with the maximum page size supported by the architecture (so that they work with all kernels). zoulasc 2020-02-03 15:35:08 -0500
  • 974222c626 Add safety check on sdallocx slow / sampled path. Qi Wang 2020-01-30 14:35:54 -0800
  • 88d9eca848 Enforce page alignment for sampled allocations. Qi Wang 2020-01-28 17:32:45 -0800
  • 0f552ed673 Don't purge huge extents when decay is off. Qi Wang 2020-01-13 16:18:32 -0800
  • 38a48e5741 Set reentrancy to 1 for tsd_state_purgatory. Qi Wang 2020-01-16 13:00:35 -0800
  • 88b0e03a4e Implement opt.stats_interval and the _opts options. Qi Wang 2020-01-13 22:29:17 -0800
  • d71a145ec1 Chagne prof_accum_t to counter_accum_t for general purpose. Qi Wang 2020-01-23 13:18:04 -0800
  • ea351a7b52 Fix syntax errors in doc for thread.idle. Qi Wang 2020-01-23 16:05:37 -0800
  • d92f0175c7 Introduce NEITHER_READ_NOR_WRITE in ctl. David Goldblatt 2020-01-22 14:59:28 -0800
  • 6a622867ca Add "thread.idle" mallctl. David Goldblatt 2020-01-22 11:13:26 -0800
  • f81341a48b Fallback to unbuffered printing if OOM Yinan Zhang 2020-01-13 14:23:10 -0800
  • cd6e908241 Add stress test for last-N profiling mode Yinan Zhang 2020-01-14 16:01:45 -0800
  • 84b28c6a13 Properly handle tdata deletion race Yinan Zhang 2020-01-16 20:38:46 -0800
  • d331208560 Get rid of redundant logic in prof Yinan Zhang 2020-01-16 20:43:45 -0800
  • a72ea0db60 Restructure and correct sleep utility for testing Yinan Zhang 2020-01-15 07:25:59 -0800
  • 7b67ed0b5a Get rid of lock overlap in prof_recent_alloc_reset Yinan Zhang 2020-01-14 16:10:23 -0800
  • bd3be8e0b1 Remove commit parameter to ecache functions. David Goldblatt 2020-01-16 13:28:27 -0800
  • b8df719d5c No tdata creation for backtracing on dying thread Yinan Zhang 2020-01-14 11:23:32 -0800
  • dab81bd315 Rework and fix the assertions on malloc fastpath. Qi Wang 2020-01-13 23:28:09 -0800
  • ad3f3fc561 Fetch time after tctx and only for samples Yinan Zhang 2020-01-14 11:12:18 -0800
  • a5d3dd4059 Fix an assertion on extent head state with dss. Qi Wang 2020-01-02 11:19:14 -0800
  • 2b604a3016 Record request size in prof recent entries Yinan Zhang 2020-01-09 10:20:34 -0800
  • 40a391408c Define constructor for buffered writer argument Yinan Zhang 2020-01-09 16:50:09 -0800
  • 6d8e616902 Make buffered writer an independent module Yinan Zhang 2020-01-09 16:36:09 -0800
  • 6b6b4709b3 Unify buffered writer naming Yinan Zhang 2020-01-09 09:59:17 -0800
  • 9a60cf54ec Last-N profiling mode Yinan Zhang 2019-12-18 13:38:14 -0800
  • 7a27a05940 Delete tdata states used for cleanup Yinan Zhang 2019-12-26 15:28:04 -0800
  • e98ddf7987 Fix unlikely condition in arena_prof_info_get() Yinan Zhang 2019-12-24 11:30:23 -0800
  • 3fa142cf39 Remove _externs from prof internal header names Yinan Zhang 2019-12-22 20:02:28 -0800
  • 112dc36dd5 Handle log_mtx during forking Yinan Zhang 2019-12-20 10:38:05 -0800
  • ea42174d07 Refactor profiling headers Yinan Zhang 2019-12-18 15:15:31 -0800
  • 6342da0970 Ehooks: Further optimize default merge case. David Goldblatt 2019-12-19 17:53:52 -0800
  • f2f2084e79 Ehooks: Assert alloc isn't NULL David Goldblatt 2019-12-19 17:15:57 -0800
  • e210ccc57e Move extent2 -> extent. David Goldblatt 2019-12-16 11:05:07 -0800
  • 2f4fa80414 Rename extents -> ecache. David Goldblatt 2019-12-16 11:01:34 -0800
  • 56cc56b692 Break extent split dependence on arena. David Goldblatt 2019-12-13 13:52:34 -0800
  • 0aa9769fb0 Break commit functions' arena dependence David Goldblatt 2019-12-13 13:46:25 -0800
  • 48ec5d4355 Break extent_coalesce arena dependence David Goldblatt 2019-12-13 13:37:00 -0800
  • 282a382326 Extent: Break [de]activation's arena dependence. David Goldblatt 2019-12-13 13:34:35 -0800
  • 576d7047ab Ecache: Should know its arena_ind. David Goldblatt 2019-12-13 11:33:03 -0800
  • 372042a082 Remove merge dependence on the arena. David Goldblatt 2019-12-13 11:16:58 -0800
  • 439219be7e Remove extent_can_coalesce arena dependency. David Goldblatt 2019-12-13 10:52:51 -0800
  • 9cad5639ff Ehooks: remove arena_ind parameter. David Goldblatt 2019-12-13 10:44:03 -0800
  • 57fe99d4be Move relevant index into the ehooks_t itself. David Goldblatt 2019-12-13 10:09:57 -0800
  • c792f3e4ab edata_cache: Remember the associated base_t. David Goldblatt 2019-12-12 18:28:37 -0800
  • ae23e5f426 Unify extent_alloc_wrapper with the other wrappers. David Goldblatt 2019-12-12 17:30:28 -0800
  • d8b0b66c6c Put extent_state_t into ecache as well as eset. David Goldblatt 2019-12-12 16:44:49 -0800
  • 98eb40e563 Move delay_coalesce from the eset to the ecache. David Goldblatt 2019-12-12 16:33:19 -0800
  • bb70df8e5b Extent refactor: Introduce ecache module. David Goldblatt 2019-12-12 16:25:24 -0800
  • 0704516245 Ehooks: Add head tracking. David Goldblatt 2019-12-11 17:23:24 -0800
  • 09475bf8ac extent_may_dalloc -> ehooks_dalloc_will_fail David Goldblatt 2019-12-11 13:35:43 -0800
  • 7859184179 Pull out edata_t caching into its own module. David Goldblatt 2019-12-11 11:17:19 -0800
  • a7862df616 Rename extent_t to edata_t. David Goldblatt 2019-12-09 14:36:45 -0800
  • 865debda22 Rename extent.h -> edata.h. David Goldblatt 2019-12-09 10:41:25 -0800
  • a738a66b5c Ehooks: Add some debug zero and addr checks. David Goldblatt 2019-12-05 17:09:44 -0800
  • 4b2e5ee8b9 Ehooks: Add a "zero" ehook. David Goldblatt 2019-12-04 17:55:24 -0800
  • d0f187ad3b Arena: Loosen arena_may_have_muzzy restrictions. David Goldblatt 2019-12-04 14:42:10 -0800