Searched refs:effective_size (Results 1 – 1 of 1) sorted by relevance
2901 size_t effective_size; in BoundsCheckMem() local2926 effective_size = size - offset - memsize + 1; in BoundsCheckMem()2928 effective_size = size - offset - memsize + 1; in BoundsCheckMem()2929 CHECK(effective_size <= kMaxUInt32); in BoundsCheckMem()2934 if (value < effective_size) { in BoundsCheckMem()2943 static_cast<uint32_t>(effective_size), in BoundsCheckMem()