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

  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 101 unsigned start = 0, size = 0, resident = 0; local
130 if (sscanf(line, "Rss: %d kB", &resident) != 1) return 0;
android_os_Debug.cpp 123 unsigned size = 0, resident = 0, pss = 0; local
199 resident = temp;
  /external/markdown/
test-markdown.py 55 def resident(since=0.0): function
56 '''Return resident memory usage in bytes.

Completed in 174 milliseconds