HomeSort by relevance Sort by last modified time
    Searched refs:dlmalloc_space_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/
heap-inl.h 305 ret = dlmalloc_space_->Alloc(self,
312 ret = dlmalloc_space_->AllocNonvirtual(self,
heap.h 642 return dlmalloc_space_;
663 // dlmalloc_space_.
671 DCHECK(dlmalloc_space_ != nullptr);
672 return reinterpret_cast<space::MallocSpace*>(dlmalloc_space_);
1110 space::DlMallocSpace* dlmalloc_space_; member in class:art::gc::Heap
    [all...]
heap.cc 195 dlmalloc_space_(nullptr),
    [all...]

Completed in 242 milliseconds