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

  /bionic/libc/bionic/
malloc_limit.cpp 96 static inline bool CheckLimit(size_t bytes) {
116 if (__builtin_add_overflow(n_elements, elem_size, &total) || !CheckLimit(total)) {
138 if (!CheckLimit(bytes)) {
150 if (!CheckLimit(bytes)) {
163 if (!CheckLimit(size)) {
183 if (!CheckLimit(size)) {
199 if (bytes > old_usable_size && !CheckLimit(bytes - old_usable_size)) {
232 if (!CheckLimit(bytes)) {
244 if (!CheckLimit(bytes)) {
  /external/webrtc/webrtc/base/
diskcache.cc 80 return CheckLimit();
105 if ((total_size_ > max_cache_) && !CheckLimit()) {
151 CheckLimit();
214 bool DiskCache::CheckLimit() {
342 this2->CheckLimit();
diskcache.h 73 bool CheckLimit();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 1557 milliseconds