Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc_new
/
17767b5f2b195076a8b57f8489addabb1ee68009
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
affe009
Use a configure test to detect the form of malloc_usable_size in malloc.h
by Mike Hommey
· 10 years ago
22bc570
Move __func__ to jemalloc_internal_macros.h
by Mike Hommey
· 11 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
1ad4a6e
Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS
by Mike Hommey
· 11 years ago
f41f143
Replace variable arrays in tests with VARIABLE_ARRAY
by Mike Hommey
· 11 years ago
d6fd114
Define DLLEXPORT when building .jet objects
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
ed0b0ec
Fix manual dependency on jemalloc_test.h
by Mike Hommey
· 11 years ago
b4d62cd
Minor doc edit.
by Jason Evans
· 11 years ago
d4a238c
Merge branch 'pr/80' into dev
by Jason Evans
· 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
4bbd11b
Merge pull request #82 from thestinger/newline
by Jason Evans
· 11 years ago
74b1ea5
fix git handling of newlines on windows
by Daniel Micay
· 11 years ago
a344dd0
Fix coding sytle nits.
by Jason Evans
· 11 years ago
6f00105
Simplify backtracing.
by Jason Evans
· 11 years ago
05125b8
Update libunwind configuration check to look for unw_backtrace().
by Jason Evans
· 11 years ago
e23e3c4
Merge pull request #75 from luciang/dev
by Jason Evans
· 11 years ago
9d4e13f
prof_backtrace: use unw_backtrace
by Lucian Adrian Grijincu
· 11 years ago
3541a90
Refactor small_size2bin and small_bin2size.
by Jason Evans
· 11 years ago
0b49403
Fix debug-only compilation failures.
by Jason Evans
· 11 years ago
3e3caf0
Merge pull request #73 from bmaurer/smallmalloc
by Jason Evans
· 11 years ago
021136c
Create a const array with only a small bin to size map
by Ben Maurer
· 11 years ago
6c39f9e
refactor profiling. only use a bytes till next sample variable.
by Ben Maurer
· 11 years ago
a7619b7
outline rare tcache_get codepaths
by Ben Maurer
· 11 years ago
bd87b01
Optimize Valgrind integration.
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
644d414
Reverse the cc-silence default.
by Jason Evans
· 11 years ago
24a4ba7
Update MALLOCX_ARENA() documentation.
by Jason Evans
· 11 years ago
9790b96
Remove the *allocm() API, which is superceded by the *allocx() API.
by Jason Evans
· 11 years ago
9b0cbf0
Remove support for non-prof-promote heap profiling metadata.
by Jason Evans
· 11 years ago
f4e026f
Merge pull request #70 from bmaurer/bitsplitrefactor
by Jason Evans
· 11 years ago
f9ff603
refactoring for bits splitting
by Ben Maurer
· 11 years ago
82ae21b
Merge pull request #68 from bmaurer/noderefarena
by Jason Evans
· 11 years ago
be8e59f
Don't dereference chunk->arena in free() hot path
by Ben Maurer
· 11 years ago
46c0af6
Merge branch 'dev'
by Jason Evans
· 11 years ago
8a26eac
Add private namespace mangling for huge_dss_prec_get().
by Jason Evans
· 11 years ago
ff53631
Update ChangeLog for 3.6.0.
by Jason Evans
· 11 years ago
9c62ed4
Document how dss precedence affects huge allocation.
by Jason Evans
· 11 years ago
82abf6f
Allow libgcc-based backtracing on x86.
by Jason Evans
· 11 years ago
e181f5a
Keep frame pointers if using gcc frame intrinsics.
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
ada8447
Reduce maximum tested alignment.
by Jason Evans
· 11 years ago
ab8c79f
Fix message formatting errors uncovered by p_test_fail() refactoring.
by Jason Evans
· 11 years ago
e3f27cf
Fix p_test_fail()'s va_list abuse.
by Jason Evans
· 11 years ago
9480a23
Merge pull request #59 from HarryWeppner/dev
by Jason Evans
· 11 years ago
57fb8e9
Merge pull request #61 from mxw/huge-dss-prec
by Jason Evans
· 11 years ago
c2da259
Consistently use debug lib(s) if present
by Harald Weppner
· 11 years ago
fbb3102
Use arena dss prec instead of default for huge allocs.
by Max Wang
· 11 years ago
c2dcfd8
Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.
by Jason Evans
· 11 years ago
67fd1e0
Merge pull request #60 from telemenar/dev
by Jason Evans
· 11 years ago
20a8c78
Fix a crashing case where arena_chunk_init_hard returns NULL.
by Chris Pride
· 11 years ago
4bbf818
Consistently use debug lib(s) if present
by Harald Weppner
· 11 years ago
bf543df
Enable profiling / leak detection in FreeBSD
by Harald Weppner
· 11 years ago
9e20df1
Remove duplicate 'static' keyword.
by Jason Evans
· 11 years ago
7709a64
Merge branch 'dev'
by Jason Evans
· 11 years ago
b9ec5c9
Update ChangeLog for 3.5.1.
by Jason Evans
· 11 years ago
b037a55
Restore tail call optimization subversion.
by Jason Evans
· 11 years ago
940fdfd
Fix junk filling for mremap(2)-based huge reallocation.
by Jason Evans
· 11 years ago
cb657e3
Add configure test to verify SSE2 code compiles.
by Jason Evans
· 11 years ago
ad47e89
Break prof_accum into multiple compilation units.
by Jason Evans
· 11 years ago
99b0fbb
Add workaround for missing 'restrict' keyword.
by Jason Evans
· 11 years ago
302735f
Merge pull request #51 from ErwanLegrand/dev
by Jason Evans
· 11 years ago
69e9fbb
Fix typo
by Erwan Legrand
· 11 years ago
9326a30
Merge pull request #50 from georgekola/Voxer-Solaris
by Jason Evans
· 11 years ago
ddd6bd4
Using MADV_FREE on Solaris/Illumos
by George Kola
· 11 years ago
526e4a5
Prevent inlining of backtraced test functions.
by Jason Evans
· 11 years ago
2850e90
Remove flawed alignment-related overflow test.
by Jason Evans
· 11 years ago
5f60afa
Avoid a compiler warning.
by Jason Evans
· 11 years ago
a184d3f
Fix/remove flawed alignment-related overflow tests.
by Jason Evans
· 11 years ago
2b51a3e
Fix mallctl argument size mismatches (size_t vs. uint64_t).
by Jason Evans
· 11 years ago
9c8baec
Fix a typo.
by Jason Evans
· 11 years ago
cc47dde
Merge branch 'dev'
by Jason Evans
· 11 years ago
798a481
Update ChangeLog for 3.5.0.
by Jason Evans
· 11 years ago
56455f7
Update copyrights.
by Jason Evans
· 11 years ago
0c4e743
Test and fix malloc_printf("%%").
by Jason Evans
· 11 years ago
0dec350
Remove __FBSDID from rb.h.
by Jason Evans
· 11 years ago
8989602
Subvert tail call optimization in backtrace test.
by Jason Evans
· 11 years ago
e2206ed
Fix unused variable warnings.
by Jason Evans
· 11 years ago
7d8fea9
Avoid lazy-lock in a tcache-dependent test.
by Jason Evans
· 11 years ago
264dfd3
Update ChangeLog.
by Jason Evans
· 11 years ago
772163b
Add heap profiling tests.
by Jason Evans
· 11 years ago
eefdd02
Fix a variable prototype/definition mismatch.
by Jason Evans
· 11 years ago
f234dc5
Fix name mangling for stress tests.
by Jason Evans
· 11 years ago
4f37ef6
Refactor prof_dump() to reduce contention.
by Jason Evans
· 11 years ago
35f1bc4
Fix warnings and a test failure exposed on CentOS 6.3.
by Jason Evans
· 11 years ago
fb1775e
Refactor prof_lookup() by extracting prof_lookup_global().
by Jason Evans
· 11 years ago
aa5113b
Refactor overly large/complex functions.
by Jason Evans
· 11 years ago
b2c3166
Extract profiling code from [re]allocation functions.
by Jason Evans
· 11 years ago
6b694c4
Add junk/zero filling unit tests, and fix discovered bugs.
by Jason Evans
· 11 years ago
e18c25d
Add util unit tests, and fix discovered bugs.
by Jason Evans
· 11 years ago
Next »