Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h662 static const int INIT_SIZE = 1024; variable
667 (kmp_stats_event *)__kmp_allocate(sizeof(kmp_stats_event) * INIT_SIZE); in kmp_stats_event_vector()
669 allocated_size = INIT_SIZE; in kmp_stats_event_vector()