Searched refs:MAX_SIZE_BYTES (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/src/ | ||
H A D | backtrack.rs | 27 const MAX_SIZE_BYTES: usize = 256 * (1 << 10); // 256 KB consts 39 size <= MAX_SIZE_BYTES in should_exec() |
Completed in 1 milliseconds