Searched refs:kMaxReasonableBytes (Results 1 – 1 of 1) sorted by relevance
9050 const int64_t kMaxReasonableBytes = int64_t(1) << 60; in AdjustAmountOfExternalAllocatedMemory() local9051 const int64_t kMinReasonableBytes = -kMaxReasonableBytes; in AdjustAmountOfExternalAllocatedMemory()9052 STATIC_ASSERT(kMaxReasonableBytes >= i::JSArrayBuffer::kMaxByteLength); in AdjustAmountOfExternalAllocatedMemory()9055 change_in_bytes < kMaxReasonableBytes); in AdjustAmountOfExternalAllocatedMemory()