index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
heap_test.cc
Age
Commit message (
Expand
)
Author
2025-01-22
Disable GCMetric.GCDuration and GCDurationDelta gtests
Lokesh Gidra
2025-01-21
Enable Generational CMC
Lokesh Gidra
2024-01-17
Add visibility attributes in runtime/gc
Dmitrii Ishcheikin
2023-07-20
Update missed comment.
Nicolas Geoffray
2023-07-20
Adjust some tests which were relying on non-deterministic behavior.
Nicolas Geoffray
2023-03-27
Compute "scanned bytes" GC metrics in ART's CMC collector.
Roland Levillain
2023-03-06
Improve and simplify error reporting in test `HeapTest.GCMetrics`.
Roland Levillain
2023-03-03
Temporarily suspend checks of GC duration metrics for the Gen-CC GC.
Roland Levillain
2023-02-28
Enable the computation and testing of GC metrics in ART's CMC collector.
Roland Levillain
2023-02-28
Add a test checking that ART Metrics are enabled in ART's CMC collector.
Roland Levillain
2022-10-14
ART: Speed up some gtests.
Vladimir Marko
2021-01-20
Allow reserved_ memmap to be invalid for heap test
Mathieu Chartier
2019-08-01
Refactor space bitmap to be a value object
Mathieu Chartier
2019-03-25
ObjPtr<>-ify String allocations, fix stale refs.
Vladimir Marko
2018-10-30
Merge "Refactor MemMap::MapAnonymous()."
Vladimir Marko
2018-10-30
Refactor MemMap::MapAnonymous().
Vladimir Marko
2018-10-26
ART: Add object-array-alloc-inl.h
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-24
Add an overload for MemMap::MapAnonymous().
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-03-14
Remove mandatory address for non moving space / zygote
Mathieu Chartier
2018-02-27
Small documentation and stylistic changes.
Roland Levillain
2018-02-14
Remove -Xno-hidden-api-check flag.
Nicolas Geoffray
2018-02-06
Disable hidden API checks for Am
David Brazdil
2017-04-11
Fix -XX:DumpGCPerformanceOnShutdown for debug builds
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-03-13
Exercise Heap::PreZygoteFork() in a test.
Hiroshi Yamauchi
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-09
stdint types all the way!
Ian Rogers
2014-07-15
Break apart header files.
Ian Rogers
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-04-14
Refactor space bitmap to support different alignments.
Mathieu Chartier
2014-02-26
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-24
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-17
Remove blacklist
Sebastien Hertz
2013-11-11
Compacting collector.
Mathieu Chartier
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom