- Apr 03, 2019
-
-
Qi Wang authored
-
- May 08, 2018
-
-
Qi Wang authored
-
- Apr 11, 2018
-
-
Jason Evans authored
-
- Jul 03, 2017
-
-
Jason Evans authored
-
- Jul 02, 2017
-
-
Jason Evans authored
-
- Jun 13, 2017
-
-
Jason Evans authored
-
- Mar 02, 2017
-
-
Jason Evans authored
-
- Mar 01, 2017
-
-
Jason Evans authored
-
- Feb 28, 2017
-
-
Jason Evans authored
-
- Dec 04, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
- Nov 08, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
- Nov 04, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
Jason Evans authored
-
Jason Evans authored
-
- Nov 03, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
- Oct 05, 2016
-
-
Jason Evans authored
-
- Jun 08, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
- May 13, 2016
-
-
Jason Evans authored
-
- May 12, 2016
-
-
Jason Evans authored
-
- May 11, 2016
-
-
Jason Evans authored
Fix in place huge reallocation to update the chunk counters that are used for triggering gdump profiles.
-
- May 07, 2016
-
-
Jason Evans authored
-
- May 04, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
Jason Evans authored
-
- Mar 08, 2016
-
-
Jason Evans authored
-
- Feb 28, 2016
-
-
Jason Evans authored
-
Jason Evans authored
-
- Feb 27, 2016
-
-
Jason Evans authored
-
- Oct 24, 2015
-
-
Jason Evans authored
-
- Sep 25, 2015
-
-
Jason Evans authored
Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large allocations that have been randomly assigned an offset of 0 when --enable-cache-oblivious configure option is enabled. This addresses a special case missed in d260f442 (Fix xallocx(..., MALLOCX_ZERO) bugs.).
-
Jason Evans authored
-
Jason Evans authored
Work around a potentially bad thread-specific data initialization interaction with NPTL (glibc's pthreads implementation). This resolves #283.
-
Jason Evans authored
Zero all trailing bytes of large allocations when --enable-cache-oblivious configure option is enabled. This regression was introduced by 8a03cf03 (Implement cache index randomization for large allocations.). Zero trailing bytes of huge allocations when resizing from/to a size class that is not a multiple of the chunk size.
-
- Sep 22, 2015
-
-
Jason Evans authored
Fix prof_tctx_dump_iter() to filter out nodes that were created after heap profile dumping started. Prior to this fix, spurious entries with arbitrary object/byte counts could appear in heap profiles, which resulted in jeprof inaccuracies or failures.
-
- Sep 21, 2015
-
-
Jason Evans authored
-