Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
21ff4ad92e8d74cfe8d95ec64b177d47084ec374
/
libartbase
/
base
/
arena_containers.h
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 6 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
1ce2b3b
Move remaining runtime/base stuff to libartbase
by David Sehr
· 7 years ago
[Renamed (97%) from runtime/base/arena_containers.h]
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
e764d2e
Use ScopedArenaAllocator for register allocation.
by Vladimir Marko
· 7 years ago
9c57113
Move StackMapStream deduplication maps to arena.
by Vladimir Marko
· 8 years ago
a593118
Fix google-explicit-constructor warnings in art.
by Chih-Hung Hsieh
· 8 years ago
33ee120
Add arena stack and priority queue type aliases
by Matthew Gharrity
· 8 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
1f49764
ART: Use arena allocator with HashSet/HashMap.
by Vladimir Marko
· 9 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 9 years ago
2a408a3
ART: Mark deallocated arena memory as inaccessible.
by Vladimir Marko
· 9 years ago
f9f6441
Optimizing: Tag Arena allocations with their source.
by Vladimir Marko
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
758a801
ART: Enable Clang's -Wdeprecated
by Andreas Gampe
· 10 years ago
8d5b8b2
ART: Force constants into the entry block
by David Brazdil
· 10 years ago
c801f0d
ART: Fix "unused parameters"
by Andreas Gampe
· 10 years ago
b666f48
Move arenas into runtime
by Mathieu Chartier
· 10 years ago
[Renamed (96%) from compiler/utils/arena_containers.h]
e4fcc5b
Clean up Scoped-/ArenaAlocator array allocations.
by Vladimir Marko
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
8081d2b
Create allocator adapter for using Arena in std containers.
by Vladimir Marko
· 10 years ago