Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0dbc363f32d075017e1c4fb5e17715e3f12d0157
/
runtime
/
gc
/
space
/
malloc_space.cc
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 6 years ago
ef07132
Fix some typos in comments in ART.
by Roland Levillain
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
170331f
ART: Remove base/logging from heap-inl.h
by Andreas Gampe
· 7 years ago
3425d02
Rename CHECK_MEMORY_CALL to CheckedCall
by Mathieu Chartier
· 7 years ago
dbd05fe
Revert recent JIT code cache changes
by Orion Hodson
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
d1dbb74
Separate rw from rx views of jit code cache
by David Sehr
· 7 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
0c3c266
Use DlMallocSpace for the JIT code cache.
by Nicolas Geoffray
· 9 years ago
14d9057
Use (D)CHECK_ALIGNED more.
by Roland Levillain
· 9 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
de194bf
Delete missed ClampGrowthLimit CHECK
by Mathieu Chartier
· 10 years ago
ddac423
Fix race with Heap::ClampGrowthLimit and GC
by Mathieu Chartier
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 10 years ago
d0e0d4c
Disable HomogeneousSpaceCompact for GSS collector
by Lin Zang
· 10 years ago
d757632
ART: Fix valgrind
by Andreas Gampe
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
2796a16
Fix main space memory leak and add checks.
by Mathieu Chartier
· 10 years ago
be2a1df
Fix GC to use art::Atomic rather than compiler intrinsics.
by Ian Rogers
· 10 years ago
10fb83a
Shared single GC iteration accounting for all GCs.
by Mathieu Chartier
· 11 years ago
447a914
Allocate large enough space bitmaps for malloc spaces.
by Hiroshi Yamauchi
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
bbd695c
Replace ObjectSet with LargeObjectBitmap.
by Mathieu Chartier
· 11 years ago
c4d095b
Don't call SetFootprintLimit in CreateZygoteSpace.
by Mathieu Chartier
· 11 years ago
a8e8f9c
Refactor space bitmap to support different alignments.
by Mathieu Chartier
· 11 years ago
31f4414
Clean-up heap spaces.
by Mathieu Chartier
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
26d69ff
Decrease lock uses in RosAlloc::BulkFree().
by Hiroshi Yamauchi
· 11 years ago
4e30541
Fix and optimize verify object.
by Mathieu Chartier
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
1f3b535
Move SwapBitmaps to ContinuousMemMapAllocSpace.
by Mathieu Chartier
· 11 years ago
a1602f2
Add zygote space as its own space type.
by Mathieu Chartier
· 11 years ago
85a43c0
Bin packing the zygote (best fit).
by Mathieu Chartier
· 11 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 11 years ago
ec05007
Refactor sweeping logic into malloc space.
by Mathieu Chartier
· 11 years ago
573f7d2
Fix an array copy benchmark regression.
by Hiroshi Yamauchi
· 11 years ago
cf58d4a
A custom 'runs-of-slots' memory allocator.
by Hiroshi Yamauchi
· 11 years ago