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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 363 const Number key_num = reinterpret_cast<Number>(key); local
364 Number num = key_num; // we'll move this to move back through the clusters
373 if (e_num <= key_num) {
374 if (e_num == key_num || // to handle 0-sized ranges
375 key_num < e_num + (*size_func)(e->value)) {
388 if (key_num - num > max_size) return NULL;
395 if (key_num - num > max_size) return NULL;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 363 const Number key_num = reinterpret_cast<Number>(key); local
364 Number num = key_num; // we'll move this to move back through the clusters
373 if (e_num <= key_num) {
374 if (e_num == key_num || // to handle 0-sized ranges
375 key_num < e_num + (*size_func)(e->value)) {
388 if (key_num - num > max_size) return NULL;
395 if (key_num - num > max_size) return NULL;

Completed in 254 milliseconds