Home
last modified time | relevance | path

Searched refs:RegisterRecentFree (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dmemory_tool_malloc_space.h51 void RegisterRecentFree(mirror::Object* ptr ATTRIBUTE_UNUSED) override {} in RegisterRecentFree() function
Dmalloc_space.h169 virtual void RegisterRecentFree(mirror::Object* ptr)
Ddlmalloc_space.cc234 RegisterRecentFree(ptr); in Free()
258 RegisterRecentFree(ptrs[i]); in FreeList()
Drosalloc_space.cc267 RegisterRecentFree(ptr); in Free()
288 RegisterRecentFree(ptrs[i]); in FreeList()
Dmalloc_space.cc136 void MallocSpace::RegisterRecentFree(mirror::Object* ptr) { in RegisterRecentFree() function in art::gc::space::MallocSpace