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

  /system/extras/memtrack/
memtrack.cpp 55 bool FileData::isAvail(size_t bytes_needed) {
87 if (!isAvail(4)) {
94 while (isAvail(1) && data_[cur_idx_++] != '\n');
97 while (isAvail(1) && isspace(data_[cur_idx_])) {
102 while (isAvail(1) && isdigit(data_[cur_idx_])) {
109 while (isAvail(1) && data_[cur_idx_++] != '\n');
memtrack.h 39 bool isAvail(size_t bytes);

Completed in 157 milliseconds