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
/
allocator
/
rosalloc.cc
Age
Commit message (
Expand
)
Author
2024-03-12
Remove default cases when all cases are defined
Santiago Aboy Solanes
2024-01-24
Optimize division by / modulo of gPageSize
Richard Neill
2024-01-22
Add visibility attributes in runtime/gc/allocator
Dmitrii Ishcheikin
2023-11-30
Use globals naming scheme for kPageSize etc.
Ruben Ayrapetyan
2023-11-28
Use CHECK_ALIGNED_PARAM for variable page size
Ruben Ayrapetyan
2023-11-20
Fix RosAlloc::dedicated_full_run_storage_
Ruben Ayrapetyan
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2022-02-25
Update runtime/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2021-05-19
Improve OOME log message informing OOME before heap full
Lokesh Gidra
2019-05-15
Bytes_moved accounting fix and accounting cleanup
Hans Boehm
2019-04-25
ART: Fix some types
Andreas Gampe
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-10-30
Refactor MemMap::MapAnonymous().
Vladimir Marko
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-24
Add an overload for MemMap::MapAnonymous().
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-04-13
Move profile dependent modules to libartbase
David Sehr
2017-12-07
ART: Remove base/logging from heap-inl.h
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-12-02
Add more detail to rosalloc fragmentation OOME
Mathieu Chartier
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-09-01
Avoid decrementing iterator to std::set<>::begin() in RosAlloc.
Vladimir Marko
2016-04-22
Refactor use of __ANDROID__ macro
Bilyan Borisov
2016-03-23
Add RosAlloc stats dump.
Hiroshi Yamauchi
2016-03-23
Use smaller rosalloc run sizes.
Hiroshi Yamauchi
2016-02-18
Fix rosalloc issues with valgrind.
Hiroshi Yamauchi
2016-02-05
Use 8-byte increment bracket sizes for rosalloc thread local runs.
Hiroshi Yamauchi
2015-11-26
No need merging bulk free list again when revoking thread local runs
Lei Li
2015-09-30
Use free lists instead of bitmaps within rosalloc runs.
Hiroshi Yamauchi
2015-07-30
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
Andreas Gampe
2015-07-16
Use (D)CHECK_ALIGNED more.
Roland Levillain
2015-07-13
Generalize Valgrind annotations in ART to support ASan.
Evgenii Stepanov
2015-04-28
Prevent undefined behavior in RosAlloc.
Dan Albert
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-13
ART: Clean up includes.
Vladimir Marko
2015-03-11
Rosalloc thread local allocation path without a cas.
Hiroshi Yamauchi
2015-03-02
Add support for .bss section in oat files.
Vladimir Marko
2015-02-20
ART: Fix RosAlloc Valgrind code
Andreas Gampe
2015-02-04
Clear thread local freed bits in RosAlloc::Run::InspectAllSlots
Mathieu Chartier
2014-11-20
Tune rosalloc buffer sizes.
Hiroshi Yamauchi
2014-11-06
ART: Fix valgrind
Andreas Gampe
2014-11-04
ART: More warnings
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
Tidy up logging.
Ian Rogers
2014-10-16
Rosalloc should print unreachable page map type
Maxim Kazantsev
2014-10-09
Enable -Wimplicit-fallthrough.
Ian Rogers
[next]