Lines Matching refs:ptr_aligned
1719 void *ptr_aligned; // Pointer to aligned memory, to be used by client code. member
1777 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align()
1783 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_allocate_align()
1794 memset(descr.ptr_aligned, 0x00, descr.size_aligned); in ___kmp_allocate_align()
1804 KE_TRACE(25, ("<- ___kmp_allocate_align() returns %p\n", descr.ptr_aligned)); in ___kmp_allocate_align()
1805 return descr.ptr_aligned; in ___kmp_allocate_align()
1853 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_free()
1856 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free()
1859 KMP_DEBUG_ASSERT(descr.ptr_aligned == ptr); in ___kmp_free()
1931 ->ptr_aligned); in ___kmp_fast_allocate()
1950 ->ptr_aligned); in ___kmp_fast_allocate()
1972 descr->ptr_aligned = (void *)this_thr; // remember allocating thread in ___kmp_fast_allocate()
2017 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2034 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free()