Lines Matching refs:ptr_aligned
1806 void *ptr_aligned; // Pointer to aligned memory, to be used by client code. member
1864 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align()
1870 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_allocate_align()
1881 memset(descr.ptr_aligned, 0x00, descr.size_aligned); in ___kmp_allocate_align()
1891 KE_TRACE(25, ("<- ___kmp_allocate_align() returns %p\n", descr.ptr_aligned)); in ___kmp_allocate_align()
1892 return descr.ptr_aligned; in ___kmp_allocate_align()
1940 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_free()
1943 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free()
1946 KMP_DEBUG_ASSERT(descr.ptr_aligned == ptr); in ___kmp_free()
2016 ->ptr_aligned); in ___kmp_fast_allocate()
2034 ->ptr_aligned); in ___kmp_fast_allocate()
2056 descr->ptr_aligned = (void *)this_thr; // remember allocating thread in ___kmp_fast_allocate()
2101 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2118 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free()