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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h632 The event vector starts at size INIT_SIZE and grows (doubles in size)
635 to avoid reallocations, then set INIT_SIZE to a large value.
651 static const int INIT_SIZE = 1024; member in class:kmp_stats_event_vector
656 (kmp_stats_event *)__kmp_allocate(sizeof(kmp_stats_event) * INIT_SIZE);
658 allocated_size = INIT_SIZE;

Completed in 49 milliseconds