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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 169 public static native long getHeapAllocatedSize();
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 74 static jlong getHeapAllocatedSize(JNIEnv *env, jobject clazz)
193 { "getHeapAllocatedSize", "()J", (void*) getHeapAllocatedSize },
  /frameworks/base/core/java/android/app/
ActivityThread.java 691 long sqliteAllocated = SQLiteDebug.getHeapAllocatedSize() / 1024;
    [all...]

Completed in 55 milliseconds