summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update ChangeLog for 5.0.1.Jason Evans2017-07-021-0/+35
| |
| * Add extent_grow_mtx in pre_ / post_fork handlers.Qi Wang2017-06-303-5/+16
| | | | | | | | This fixed the issue that could cause the child process to stuck after fork.
| * Enforce minimum autoconf version (currently 2.68).Jason Evans2017-06-291-0/+1
| | | | | | | | This resolves #912.
| * Make sure LG_PAGE <= LG_HUGEPAGE.Jason Evans2017-06-291-0/+4
| | | | | | | | This resolves #883.
| * Fix pthread_sigmask() usage to block all signals.Qi Wang2017-06-261-1/+1
| |
| * Switch ctl to explicitly use tsd instead of tsdn.Qi Wang2017-06-233-26/+24
| |
| * Check arena in current context in pre_reentrancy.Qi Wang2017-06-237-47/+51
| |
| * Set reentrancy when invoking customized extent hooks.Qi Wang2017-06-235-35/+109
| | | | | | | | | | Customized extent hooks may malloc / free thus trigger reentry. Support this behavior by adding reentrancy on hook functions.
| * Fix assertion typos.Jason Evans2017-06-232-2/+2
| | | | | | | | Reported by Conrad Meyer.
| * Add thread name for background threads.Qi Wang2017-06-233-1/+15
| |
| * Avoid inactivity_check within background threads.Qi Wang2017-06-222-19/+25
| | | | | | | | | | | | Passing is_background_thread down the decay path, so that background thread itself won't attempt inactivity_check. This fixes an issue with background thread doing trylock on a mutex it already owns.
| * Mask signals during background thread creation.Jason Evans2017-06-212-3/+36
| | | | | | | | | | This prevents signals from being inadvertently delivered to background threads.
| * Clear tcache_ql after fork in child.Qi Wang2017-06-201-0/+17
| |
| * Add minimal initialized TSD.Qi Wang2017-06-163-24/+60
| | | | | | | | | | | | | | | | | | We use the minimal_initilized tsd (which requires no cleanup) for free() specifically, if tsd hasn't been initialized yet. Any other activity will transit the state from minimal to normal. This is to workaround the case where a thread has no malloc calls in its lifetime until during thread termination, free() happens after tls destructors.
| * Pass tsd to tcache_flush().Qi Wang2017-06-163-4/+3
| |
| * Log decay->nunpurged before purging.Qi Wang2017-06-151-2/+3
| | | | | | | | | | During purging, we may unlock decay->mtx. Therefore we should finish logging decay related counters before attempt to purge.
| * Only abort on dlsym when necessary.Qi Wang2017-06-143-3/+19
| | | | | | | | | | If neither background_thread nor lazy_lock is in use, do not abort on dlsym errors.
| * Add alloc hook test in test/integration/extent.Qi Wang2017-06-141-0/+3
| |
| * Fix extent_hooks in extent_grow_retained().Qi Wang2017-06-141-3/+12
|/ | | | | | | This issue caused the default extent alloc function to be incorrectly used even when arena.<i>.extent_hooks is set. This bug was introduced by 411697adcda2fd75e135cdcdafb95f2bd295dc7f (Use exponential series to size extents.), which was first released in 5.0.0.
* Merge branch 'dev'5.0.0Jason Evans2017-06-13258-23191/+26419
|\
| * Update MSVC project files.Jason Evans2017-06-132-10/+22
| |
| * Update ChangeLog for 5.0.0.Jason Evans2017-06-131-0/+187
| |
| * Update copyright dates.Jason Evans2017-06-131-2/+2
| |
| * Prevent background threads from running in post_reset().Qi Wang2017-06-121-5/+13
| | | | | | | | | | We lookup freed extents for testing in post_reset. Take background_thread lock so that the extents are not modified at the same time.
| * Combine background_thread started / paused into state.Qi Wang2017-06-124-34/+59
| |
| * Not re-enable background thread after fork.Qi Wang2017-06-123-37/+50
| | | | | | | | Avoid calling pthread_create in postfork handlers.
| * Move background thread creation to background_thread_0.Qi Wang2017-06-124-146/+251
| | | | | | | | | | To avoid complications, avoid invoking pthread_create "internally", instead rely on thread0 to launch new threads, and also terminating threads when asked.
| * Normalize background thread configuration.Jason Evans2017-06-094-6/+17
| | | | | | | | Also fix a compilation error #ifndef JEMALLOC_PTHREAD_CREATE_WRAPPER.
| * Update a UTRACE() size argument.Jason Evans2017-06-081-1/+1
| |
| * Remove redundant typedefs.Jason Evans2017-06-081-2/+0
| | | | | | | | Pre-C11 compilers do not support typedef redefinition.
| * Add internal tsd for background_thread.Qi Wang2017-06-083-11/+24
| |
| * Drop high rank locks when creating threads.Qi Wang2017-06-085-13/+43
| | | | | | | | | | | | Avoid holding arenas_lock and background_thread_lock when creating background threads, because pthread_create may take internal locks, and potentially cause deadlock with jemalloc internal locks.
| * Make tsd no-cleanup during tsd reincarnation.Qi Wang2017-06-074-24/+51
| | | | | | | | | | Since tsd cleanup isn't guaranteed when reincarnated, we set up tsd in a way that needs no cleanup, by making it going through slow path instead.
| * Remove assertions on extent_hooks being default.Qi Wang2017-06-051-16/+0
| | | | | | | | | | It's possible to customize the extent_hooks while still using part of the default implementation.
| * Take background thread lock when setting extent hooks.Qi Wang2017-06-053-4/+15
| |
| * Set reentrancy level to 1 during init.Qi Wang2017-06-021-15/+28
| | | | | | | | This makes sure we go down slow path w/ a0 in init.
| * Set isthreaded when enabling background_thread.Qi Wang2017-06-023-23/+41
| |
| * Fix background thread creation.Qi Wang2017-06-011-13/+17
| | | | | | | | The state initialization should be done before pthread_create.
| * Test with background_thread:true.Jason Evans2017-06-014-6/+35
| | | | | | | | | | | | Add testing for background_thread:true, and condition a xallocx() --> rallocx() escalation assertion to allow for spurious in-place rallocx() following xallocx() failure.
| * Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-0112-124/+161
| | | | | | | | | | Refactor bootstrapping such that dlsym() is called during the bootstrapping phase that can tolerate reentrant allocation.
| * Skip default tcache testing if !opt_tcache.Jason Evans2017-06-011-4/+4
| |
| * Witness assertions: only assert locklessness when non-reentrant.David Goldblatt2017-06-011-49/+62
| | | | | | | | | | Previously we could still hit these assertions down error paths or in the extended API.
| * Use real pthread_create for creating background threads.Qi Wang2017-05-312-3/+9
| |
| * Clean source directory before building tests in object directories.Jason Evans2017-05-311-0/+1
| |
| * Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-3128-596/+642
| |
| * Header refactoring: unify and de-catchall mutex_pool.David Goldblatt2017-05-317-26/+15
| |
| * Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt2017-05-3110-4/+11
| |
| * Header refactoring: unify and de-catchall extent_dss.David Goldblatt2017-05-3112-37/+33
| |
| * Header refactoring: unify and de-catchall rtree module.David Goldblatt2017-05-3118-170/+166
| |
| * Add /run_tests.out/ to .gitignore.David Goldblatt2017-05-311-0/+2
| |