Home
last modified time | relevance | path

Searched refs:N_ALLOCS (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs6 static mut N_ALLOCS: usize = 0; constant
12 unsafe { N_ALLOCS } in n_allocs()
17 N_ALLOCS += 1; in alloc()