Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc_new
/
044047fae122d3e4a22d8d6748b598922b3c3ccc
/
test
044047f
Remove fragile xallocx() test case.
by Jason Evans
· 9 years ago
03eb37e
Make mallocx() OOM test more robust.
by Jason Evans
· 9 years ago
d260f44
Fix xallocx(..., MALLOCX_ZERO) bugs.
by Jason Evans
· 9 years ago
2152329
Add mallocx() OOM tests.
by Jason Evans
· 9 years ago
65b940a
Loosen expected xallocx() results.
by Jason Evans
· 9 years ago
aca490f
Add more xallocx() overflow tests.
by Jason Evans
· 9 years ago
676df88
Rename arena_maxclass to large_maxclass.
by Jason Evans
· 9 years ago
560a4e1
Fix xallocx() bugs.
by Jason Evans
· 9 years ago
a00b107
Fix "prof.reset" mallctl-related corruption.
by Jason Evans
· 9 years ago
594c759
Optimize arena_prof_tctx_set().
by Jason Evans
· 9 years ago
4a2a3c9
Don't purge junk filled chunks when shrinking huge allocations
by Mike Hommey
· 9 years ago
45e9f66
Fix arenas_cache_cleanup().
by Christopher Ferris
· 9 years ago
d01fd19
Rename index_t to szind_t to avoid an existing type on Solaris.
by Jason Evans
· 9 years ago
828d919
Fix test for MinGW.
by Jason Evans
· 9 years ago
38d8f50
Fix assertion in test.
by Jason Evans
· 9 years ago
03bf5b6
Try to decommit new chunks.
by Jason Evans
· 9 years ago
4be0c3c
Add no-OOM assertions to test.
by Jason Evans
· 9 years ago
8fadb1a
Implement chunk hook support for page run commit/decommit.
by Jason Evans
· 9 years ago
b49a334
Generalize chunk management hooks.
by Jason Evans
· 9 years ago
d059b9d
Implement support for non-coalescing maps on MinGW.
by Jason Evans
· 9 years ago
40cbd30
Fix huge_ralloc_no_move() to succeed more often.
by Jason Evans
· 9 years ago
5fae7dc
Fix MinGW-related portability issues.
by Jason Evans
· 9 years ago
e475ff1
Fix a compilation error.
by Jason Evans
· 9 years ago
e42c309
Add JEMALLOC_FORMAT_PRINTF().
by Jason Evans
· 9 years ago
1b0e4ab
Port mq_get() to MinGW.
by Jason Evans
· 9 years ago
218b15c
Fix more MinGW build warnings.
by Jason Evans
· 9 years ago
f2bc852
Add the config.cache_oblivious mallctl.
by Jason Evans
· 9 years ago
8693a9e
Add timer support for Windows.
by Jason Evans
· 9 years ago
ae93d6b
Avoid function prototype incompatibilities.
by Jason Evans
· 9 years ago
dde0672
Fix an integer overflow bug in {size2index,s2u}_compute().
by Jason Evans
· 9 years ago
7ae1239
Fix indentation.
by Jason Evans
· 9 years ago
241abc6
Fix size class overflow handling when profiling is enabled.
by Jason Evans
· 9 years ago
56048ba
Clarify relationship between stats.resident and stats.mapped.
by Jason Evans
· 9 years ago
fd5f9e4
Avoid atomic operations for dependent rtree reads.
by Jason Evans
· 10 years ago
bd16ea4
Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().
by Jason Evans
· 10 years ago
8d6a3e8
Implement dynamic per arena control over dirty page purging.
by Jason Evans
· 10 years ago
d6384b0
use CLOCK_MONOTONIC in the timer if it's available
by Daniel Micay
· 10 years ago
cb9b449
Remove obsolete (incorrect) assertions.
by Jason Evans
· 10 years ago
cbf3a6d
Move centralized chunk management into arenas.
by Jason Evans
· 10 years ago
9e561e8
Test and fix tcache ID recycling.
by Jason Evans
· 10 years ago
1cb181e
Implement explicit tcache support.
by Jason Evans
· 10 years ago
8d0e04d
Refactor rtree to be lock-free.
by Jason Evans
· 10 years ago
a55dfa4
Implement more atomic operations.
by Jason Evans
· 10 years ago
5b8ed5b
Implement the prof.gdump mallctl.
by Jason Evans
· 10 years ago
2c5cb61
Introduce two new modes of junk filling: "alloc" and "free".
by Guilherme Goncalves
· 10 years ago
e12eaf9
Style and spelling fixes.
by Jason Evans
· 10 years ago
f79e01f
Fix test_stats_arenas_bins for 32-bit builds.
by Yuriy Kaminskiy
· 10 years ago
acbcbad
Thwart compiler optimizations.
by Jason Evans
· 10 years ago
3c4d92e
Add per size class huge allocation statistics.
by Jason Evans
· 10 years ago
9b75677
Don't fetch tsd in a0{d,}alloc().
by Jason Evans
· 10 years ago
fc0b3b7
Add configure options.
by Jason Evans
· 10 years ago
b123ddc
Don't configure HAVE_SSE2.
by Jason Evans
· 10 years ago
57efa7b
Avoid atexit(3) when possible, disable prof_final by default.
by Jason Evans
· 10 years ago
f22214a
Use regular arena allocation for huge tree nodes.
by Daniel Micay
· 10 years ago
8bb3198
Refactor/fix arenas manipulation.
by Jason Evans
· 10 years ago
155bfa7
Normalize size classes.
by Jason Evans
· 10 years ago
a95018e
Attempt to expand huge allocations in-place.
by Daniel Micay
· 10 years ago
47395a1
Avoid purging in microbench when lazy-lock is enabled.
by Jason Evans
· 10 years ago
029d44c
Fix tsd cleanup regressions.
by Jason Evans
· 10 years ago
b72d4ab
Skip test_prof_thread_name_validation if !config_prof.
by Jason Evans
· 10 years ago
fc12c0b
Implement/test/fix prof-related mallctl's.
by Jason Evans
· 10 years ago
551ebc4
Convert to uniform style: cond == false --> !cond
by Jason Evans
· 10 years ago
ebbd0c9
Remove obsolete comment.
by Jason Evans
· 10 years ago
20c31de
Test prof.reset mallctl and fix numerous discovered bugs.
by Jason Evans
· 10 years ago
cc9e626
Refactor permuted backtrace test allocation.
by Jason Evans
· 10 years ago
f97e5ac
Implement compile-time bitmap size computation.
by Jason Evans
· 10 years ago
5460aa6
Convert all tsd variables to reside in a single tsd structure.
by Jason Evans
· 10 years ago
4cfe551
Add support for sized deallocation.
by Daniel Micay
· 10 years ago
c3f8650
Add relevant function attributes to [msn]allocx().
by Jason Evans
· 10 years ago
a1f3929
Thwart optimization of free(malloc(1)) in microbench.
by Jason Evans
· 10 years ago
c3bfe95
avoid conflict with the POSIX timer_t type
by Daniel Micay
· 10 years ago
423d78a
Add microbench tests.
by Jason Evans
· 10 years ago
b67ec3c
Add a simple timer implementation for use in benchmarking.
by Jason Evans
· 10 years ago
c21b05e
Whitespace cleanups.
by Jason Evans
· 10 years ago
1628e86
Add rb_empty().
by Jason Evans
· 10 years ago
586c8ed
Fix arena.<i>.dss mallctl to handle read-only calls.
by Jason Evans
· 10 years ago
a2ea54c
Add atomic operations tests and fix latent bugs.
by Jason Evans
· 10 years ago
999e1b5
Fix thd_join on win64
by Mike Hommey
· 10 years ago
1f6d77e
Use KQU() rather than QU() where applicable.
by Jason Evans
· 10 years ago
9911862
Use nallocx() rather than mallctl() to trigger initialization.
by Jason Evans
· 10 years ago
26f44df
Make sure initialization occurs prior to running tests.
by Jason Evans
· 10 years ago
b54aef1
Fixup after 3a730df (Avoid pointer arithmetic on void*[...])
by Mike Hommey
· 10 years ago
17767b5
Correctly return exit code from thd_join on Windows
by Mike Hommey
· 10 years ago
26246af
Define INFINITY when it's not defined
by Mike Hommey
· 10 years ago
12f74e6
Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header
by Mike Hommey
· 10 years ago
a9df1ae
Use ULL prefix instead of LLU for unsigned long longs
by Mike Hommey
· 11 years ago
3a730df
Avoid pointer arithmetic on void* in test/integration/rallocx.c
by Mike Hommey
· 11 years ago
86e2e70
Rename "small" local variable, because windows headers #define it
by Mike Hommey
· 11 years ago
7330c37
Use C99 varadic macros instead of GCC ones
by Mike Hommey
· 11 years ago
f41f143
Replace variable arrays in tests with VARIABLE_ARRAY
by Mike Hommey
· 11 years ago
47d58a0
Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
by Mike Hommey
· 11 years ago
e2deab7
Refactor huge allocation to be managed by arenas.
by Jason Evans
· 11 years ago
fb7fe50
Add support for user-specified chunk allocators/deallocators.
by aravind
· 11 years ago
a344dd0
Fix coding sytle nits.
by Jason Evans
· 11 years ago
ecd3e59
Remove the "opt.valgrind" mallctl.
by Jason Evans
· 11 years ago
a2c719b
Remove the "arenas.purge" mallctl.
by Jason Evans
· 11 years ago
4d434ad
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
by Jason Evans
· 11 years ago
9790b96
Remove the *allocm() API, which is superceded by the *allocx() API.
by Jason Evans
· 11 years ago
e64b1b7
Enable big-endian mode for SFMT.
by Jason Evans
· 11 years ago
df3f270
Adapt hash tests to big-endian systems.
by Jason Evans
· 11 years ago
Next »