Searched defs:Heap (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.cc106 Heap::Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free, function in class:art::gc::Heap
192 LOG(INFO) << "Heap() entering";
390 heap_trim_request_lock_ = new Mutex("Heap trim request lock");
429 LOG(INFO) << "Heap() exiting";
433 MemMap* Heap::MapAnonymousPreferredAddress(const char* name, byte* request_begin, size_t capacity,
447 space::MallocSpace* Heap::CreateMallocSpaceFromMemMap(MemMap* mem_map, size_t initial_size,
472 void Heap::CreateMainMallocSpace(MemMap* mem_map, size_t initial_size, size_t growth_limit,
497 void Heap::ChangeAllocator(AllocatorType allocator) {
509 void Heap
[all...]
H A Dheap.h127 class Heap { class in namespace:art::gc
156 explicit Heap(size_t initial_size, size_t growth_limit, size_t min_free,
171 ~Heap();
914 // Heap verification flags.
929 Heap* const heap_;
935 explicit ScopedDisableRosAllocVerification(Heap* heap)
1063 Heap* heap_;
1067 AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr);
1071 DISALLOW_IMPLICIT_CONSTRUCTORS(Heap);
1079 explicit ScopedHeapFill(Heap* hea
[all...]

Completed in 12 milliseconds