Lines Matching refs:ptr_aligned
2393 void *ptr_aligned; // Pointer to aligned memory, to be used by client code. member
2451 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align()
2457 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_allocate_align()
2468 memset(descr.ptr_aligned, 0x00, descr.size_aligned); in ___kmp_allocate_align()
2478 KE_TRACE(25, ("<- ___kmp_allocate_align() returns %p\n", descr.ptr_aligned)); in ___kmp_allocate_align()
2479 return descr.ptr_aligned; in ___kmp_allocate_align()
2528 descr.ptr_aligned, (int)descr.size_aligned)); in ___kmp_free()
2531 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free()
2533 KMP_DEBUG_ASSERT(descr.ptr_aligned == ptr); in ___kmp_free()
2601 ->ptr_aligned); in ___kmp_fast_allocate()
2619 ->ptr_aligned); in ___kmp_fast_allocate()
2641 descr->ptr_aligned = (void *)this_thr; // remember allocating thread in ___kmp_fast_allocate()
2686 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2703 kmp_info_t *q_th = (kmp_info_t *)(dsc->ptr_aligned); in ___kmp_fast_free()