Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_alloc.cpp46 static void bpool(kmp_info_t *th, void *buffer, bufsize len);
620 bpool(th, newpool, thr->exp_incr); in bget()
877 static void bpool(kmp_info_t *th, void *buf, bufsize len) { in bpool() function