Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h659 static const int INIT_SIZE = 1024; variable
664 (kmp_stats_event *)__kmp_allocate(sizeof(kmp_stats_event) * INIT_SIZE); in kmp_stats_event_vector()
666 allocated_size = INIT_SIZE; in kmp_stats_event_vector()