Home
last modified time | relevance | path

Searched refs:DeallocateImpl (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_allocator.cc84 DeallocateImpl(mem); in Deallocate()
88 void AllocUtil::DeallocateImpl(unsigned char* mem) { in DeallocateImpl() function in openjdkjvmti::AllocUtil
Dti_allocator.h53 static void DeallocateImpl(unsigned char* mem);
Djvmti_allocator.h128 AllocUtil::DeallocateImpl(reinterpret_cast<unsigned char*>(p)); in deallocate()