Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp47 static void *bget(kmp_info_t *th, bufsize size);
425 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget() function
621 buf = bget( in bget()
638 char *buf = (char *)bget(th, size); in bgetz()
672 nbuf = bget(th, size); in bgetr()
1098 ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_malloc()
1119 ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size); in kmpc_aligned_malloc()
1146 result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_realloc()
1189 ptr = bget(th, (bufsize)size); in ___kmp_thread_malloc()
2142 alloc_ptr = bget(this_thr, (bufsize)alloc_size); in ___kmp_fast_allocate()