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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 176 const int add_amount = big ? (127 + (120<<7)) : 7; local
178 return (s + add_amount) >> shift_amount;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.h 193 const int add_amount = big ? (127 + (120<<7)) : 7; local
195 return (s + add_amount) >> shift_amount;
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 581 static const int add_amount[2] = { 7, 127 + (120 << 7) };
587 return static_cast<int>((s + add_amount[i]) >> shift_amount[i]);
751 // Do some sanity checking on add_amount[]/shift_amount[]/class_array[]
    [all...]

Completed in 2556 milliseconds