Home
last modified time | relevance | path

Searched refs:MallocArenaPool (Results 1 – 20 of 20) sorted by relevance

/art/libartbase/base/
Dmalloc_arena_pool.cc85 MallocArenaPool::MallocArenaPool() : free_arenas_(nullptr) { in MallocArenaPool() function in art::MallocArenaPool
88 MallocArenaPool::~MallocArenaPool() { in ~MallocArenaPool()
92 void MallocArenaPool::ReclaimMemory() { in ReclaimMemory()
100 void MallocArenaPool::LockReclaimMemory() { in LockReclaimMemory()
105 Arena* MallocArenaPool::AllocArena(size_t size) { in AllocArena()
121 void MallocArenaPool::TrimMaps() { in TrimMaps()
125 size_t MallocArenaPool::GetBytesAllocated() const { in GetBytesAllocated()
134 void MallocArenaPool::FreeArenaChain(Arena* first) { in FreeArenaChain()
Dmalloc_arena_pool.h26 class MallocArenaPool final : public ArenaPool {
28 MallocArenaPool();
29 ~MallocArenaPool();
43 DISALLOW_COPY_AND_ASSIGN(MallocArenaPool);
Darena_allocator_test.cc38 MallocArenaPool pool; in TEST_F()
49 MallocArenaPool pool; in TEST_F()
76 MallocArenaPool pool; in TEST_F()
85 MallocArenaPool pool; in TEST_F()
97 MallocArenaPool pool; in TEST_F()
110 MallocArenaPool pool; in TEST_F()
123 MallocArenaPool pool; in TEST_F()
138 MallocArenaPool pool; in TEST_F()
155 MallocArenaPool pool; in TEST_F()
168 MallocArenaPool pool; in TEST_F()
[all …]
Dbit_table_test.cc30 MallocArenaPool pool; in TEST()
46 MallocArenaPool pool; in TEST()
72 MallocArenaPool pool; in TEST()
92 MallocArenaPool pool; in TEST()
123 MallocArenaPool pool; in TEST()
138 MallocArenaPool pool; in TEST()
168 MallocArenaPool pool; in TEST()
Darena_allocator.h215 friend class MallocArenaPool; variable
/art/compiler/optimizing/
Dparallel_move_test.cc184 MallocArenaPool pool; in TYPED_TEST()
211 MallocArenaPool pool; in TYPED_TEST()
261 MallocArenaPool pool; in TYPED_TEST()
280 MallocArenaPool pool; in TYPED_TEST()
457 MallocArenaPool pool; in TYPED_TEST()
555 MallocArenaPool pool; in TYPED_TEST()
614 MallocArenaPool pool; in TYPED_TEST()
Dstack_map_test.cc51 MallocArenaPool pool; in TEST()
105 MallocArenaPool pool; in TEST()
299 MallocArenaPool pool; in TEST()
362 MallocArenaPool pool; in TEST()
410 MallocArenaPool pool; in TEST()
466 MallocArenaPool pool; in TEST()
513 MallocArenaPool pool; in TEST()
703 MallocArenaPool pool; in TEST()
730 MallocArenaPool pool; in TEST()
Doptimizing_unit_test.h102 MallocArenaPool pool_;
/art/compiler/utils/
Djni_macro_assembler_test.h92 MallocArenaPool pool_;
Dassembler_thumb_test.cc90 MallocArenaPool pool;
Dassembler_test.h1559 MallocArenaPool pool_;
/art/compiler/trampolines/
Dtrampoline_compiler.cc175 MallocArenaPool pool; in CreateTrampoline64()
197 MallocArenaPool pool; in CreateTrampoline32()
/art/compiler/jni/
Djni_cfi_test.cc65 MallocArenaPool pool; in TestImplSized()
/art/compiler/
Dexception_test.cc76 MallocArenaPool pool; in SetUp()
/art/libprofile/profile/
Dprofile_compilation_info.h960 MallocArenaPool default_arena_pool_;
Dprofile_compilation_info_test.cc278 MallocArenaPool pool_;
/art/compiler/jni/quick/
Djni_compiler.cc176 MallocArenaPool pool; in ArtJniCompileMethodInternal()
/art/runtime/
Druntime.cc1467 arena_pool_.reset(new MallocArenaPool()); in Init()
1468 jit_arena_pool_.reset(new MallocArenaPool()); in Init()
/art/compiler/utils/x86/
Dassembler_x86_test.cc27 MallocArenaPool pool; in TEST()
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc33 MallocArenaPool pool; in TEST()