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

/art/runtime/gc/
H A Dheap.cc116 Heap::Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free, function in class:art::gc::Heap
203 LOG(INFO) << "Heap() entering";
410 heap_trim_request_lock_ = new Mutex("Heap trim request lock");
449 LOG(INFO) << "Heap() exiting";
453 MemMap* Heap::MapAnonymousPreferredAddress(const char* name, byte* request_begin, size_t capacity,
467 space::MallocSpace* Heap::CreateMallocSpaceFromMemMap(MemMap* mem_map, size_t initial_size,
492 void Heap::CreateMainMallocSpace(MemMap* mem_map, size_t initial_size, size_t growth_limit,
517 void Heap::ChangeAllocator(AllocatorType allocator) {
529 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 764 milliseconds