HomeSort by relevance Sort by last modified time
    Searched full:sumslen (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_util_Process.cpp 425 static jlong getFreeMemoryImpl(const char* const sums[], const int sumsLen[], int num)
451 if (strncmp(p, sums[i], sumsLen[i]) == 0) {
452 p += sumsLen[i];
476 static const int sumsLen[] = { strlen("MemFree:"), strlen("Cached:"), 0 };
477 return getFreeMemoryImpl(sums, sumsLen, 2);
483 static const int sumsLen[] = { strlen("MemTotal:"), 0 };
484 return getFreeMemoryImpl(sums, sumsLen, 1);

Completed in 371 milliseconds