Home
last modified time | relevance | path

Searched defs:getHeapAllocatedSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java84 public static native long getHeapAllocatedSize(); in getHeapAllocatedSize() method in SQLiteDebug
/frameworks/base/core/jni/
Dandroid_database_SQLiteDebug.cpp82 static jlong getHeapAllocatedSize(JNIEnv *env, jobject clazz) in getHeapAllocatedSize() function