Home
last modified time | relevance | path

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

/third_party/glib/tests/
Dslice-concurrent.c25 #define N_ALLOCS 50000 macro
34 void* to_free [N_THREADS * N_ALLOCS];
35 int bytes_to_free [N_THREADS * N_ALLOCS];
46 for (i = 0; i < N_ALLOCS; i++) in thread_func()
53 if (rand() % (N_ALLOCS / 20) == 0) in thread_func()
/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs6 static mut N_ALLOCS: usize = 0; variable
12 unsafe { N_ALLOCS } in n_allocs()
17 N_ALLOCS += 1; in alloc()