Searched refs:bget (Results 1 – 1 of 1) sorted by relevance
61 static void *bget(kmp_info_t *th, bufsize size);439 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget() function635 buf = bget( in bget()652 char *buf = (char *)bget(th, size); in bgetz()686 nbuf = bget(th, size); in bgetr()1112 ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_malloc()1133 ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size); in kmpc_aligned_malloc()1160 result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_realloc()1203 ptr = bget(th, (bufsize)size); in ___kmp_thread_malloc()2631 alloc_ptr = bget(this_thr, (bufsize)alloc_size); in ___kmp_fast_allocate()