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

  /art/runtime/gc/space/
memory_tool_malloc_space.h 51 void RegisterRecentFree(mirror::Object* ptr ATTRIBUTE_UNUSED) OVERRIDE {}
malloc_space.h 162 virtual void RegisterRecentFree(mirror::Object* ptr)
dlmalloc_space.cc 176 RegisterRecentFree(ptr);
200 RegisterRecentFree(ptrs[i]);
rosalloc_space.cc 199 RegisterRecentFree(ptr);
220 RegisterRecentFree(ptrs[i]);
malloc_space.cc 120 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) {

Completed in 128 milliseconds