Lines Matching refs:ptr_aligned
1836 void *ptr_aligned; // Pointer to aligned memory, to be used by client code. member
1894 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align()
1900 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_allocate_align()
1911 memset(descr.ptr_aligned, 0x00, descr.size_aligned); in ___kmp_allocate_align()
1921 KE_TRACE(25, ("<- ___kmp_allocate_align() returns %p\n", descr.ptr_aligned)); in ___kmp_allocate_align()
1922 return descr.ptr_aligned; in ___kmp_allocate_align()
1971 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_free()
1974 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free()
1976 KMP_DEBUG_ASSERT(descr.ptr_aligned == ptr); in ___kmp_free()
2044 ->ptr_aligned); in ___kmp_fast_allocate()
2062 ->ptr_aligned); in ___kmp_fast_allocate()
2084 descr->ptr_aligned = (void *)this_thr; // remember allocating thread in ___kmp_fast_allocate()
2129 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2146 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free()