Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp81 uint8_t* allocBytes; in DdmHandleNativeHeap_getLeakInfo() local
82 get_malloc_leak_info(&allocBytes, &header.allocSize, &header.allocInfoSize, in DdmHandleNativeHeap_getLeakInfo()
101 header.allocSize, reinterpret_cast<jbyte*>(allocBytes)); in DdmHandleNativeHeap_getLeakInfo()
104 free_malloc_leak_info(allocBytes); in DdmHandleNativeHeap_getLeakInfo()