Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1111 void *ptr_allocated; in kmpc_aligned_malloc() local
1119 ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size); in kmpc_aligned_malloc()
1120 if (ptr_allocated != NULL) { in kmpc_aligned_malloc()
1122 ptr = (void *)(((kmp_uintptr_t)ptr_allocated + sizeof(void *) + alignment) & in kmpc_aligned_malloc()
1124 *((void **)ptr - 1) = ptr_allocated; in kmpc_aligned_malloc()
1902 void *ptr_allocated; // Pointer returned by malloc(), subject for free(). member
1947 descr.ptr_allocated = _malloc_src_loc(descr.size_allocated, _file_, _line_); in ___kmp_allocate_align()
1949 descr.ptr_allocated = malloc_src_loc(descr.size_allocated KMP_SRC_LOC_PARM); in ___kmp_allocate_align()
1952 descr.ptr_allocated)); in ___kmp_allocate_align()
1953 if (descr.ptr_allocated == NULL) { in ___kmp_allocate_align()
[all …]