HomeSort by relevance Sort by last modified time
    Searched defs:RegisterGCDeAllocation (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
gc_allocator.cc 30 void RegisterGCDeAllocation(void* p, size_t bytes) {
31 Runtime::Current()->GetHeap()->RegisterGCDeAllocation(bytes);
  /art/runtime/gc/
heap.cc 415 void Heap::RegisterGCDeAllocation(size_t bytes) {
    [all...]

Completed in 428 milliseconds