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

  /art/runtime/gc/space/
dlmalloc_space.h 158 void RegisterRecentFree(mirror::Object* ptr);
dlmalloc_space.cc 343 void DlMallocSpace::RegisterRecentFree(mirror::Object* ptr) {
359 RegisterRecentFree(ptr);
383 RegisterRecentFree(ptrs[i]);

Completed in 89 milliseconds