Lines Matching refs:ptr_aligned
1904 void *ptr_aligned; // Pointer to aligned memory, to be used by client code. member
1962 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align()
1968 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_allocate_align()
1979 memset(descr.ptr_aligned, 0x00, descr.size_aligned); in ___kmp_allocate_align()
1989 KE_TRACE(25, ("<- ___kmp_allocate_align() returns %p\n", descr.ptr_aligned)); in ___kmp_allocate_align()
1990 return descr.ptr_aligned; in ___kmp_allocate_align()
2039 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_free()
2042 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free()
2044 KMP_DEBUG_ASSERT(descr.ptr_aligned == ptr); in ___kmp_free()
2112 ->ptr_aligned); in ___kmp_fast_allocate()
2130 ->ptr_aligned); in ___kmp_fast_allocate()
2152 descr->ptr_aligned = (void *)this_thr; // remember allocating thread in ___kmp_fast_allocate()
2197 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2214 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free()