reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1692   addr_allocated = (kmp_uintptr_t)descr.ptr_allocated;
 1694       (addr_allocated + sizeof(kmp_mem_descr_t) + alignment) & ~(alignment - 1);