MCPcopy Create free account
hub / github.com/FastLED/FastLED / regex_malloc_family

Function regex_malloc_family

ci/lint_cpp_rs/src/lib.rs:1907–1910  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1905}
1906
1907fn regex_malloc_family() -> &'static Regex {
1908 static VALUE: OnceLock<Regex> = OnceLock::new();
1909 VALUE.get_or_init(|| Regex::new(r"\b(malloc|calloc|realloc)\s*\(").unwrap())
1910}
1911
1912fn regex_free() -> &'static Regex {
1913 static VALUE: OnceLock<Regex> = OnceLock::new();

Callers 1

check_file_contentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected