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

  /art/runtime/gc/space/
valgrind_malloc_space.h 46 void RegisterRecentFree(mirror::Object* ptr) OVERRIDE {
malloc_space.h 153 virtual void RegisterRecentFree(mirror::Object* ptr)
dlmalloc_space.cc 167 RegisterRecentFree(ptr);
191 RegisterRecentFree(ptrs[i]);
rosalloc_space.cc 181 RegisterRecentFree(ptr);
202 RegisterRecentFree(ptrs[i]);
malloc_space.cc 116 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) {

Completed in 3426 milliseconds