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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1456   kmp_uintptr_t addr; // address returned by allocator
 1457   kmp_uintptr_t addr_align; // address to return to caller
 1458   kmp_uintptr_t addr_descr; // address of memory block descriptor
 1587   kmp_uintptr_t addr_align; // address to return to caller
 1588   kmp_uintptr_t addr_descr; // address of memory block descriptor
 1666   kmp_uintptr_t addr_allocated; // Address returned by malloc().
 1667   kmp_uintptr_t addr_aligned; // Aligned address to return to caller.
 1668   kmp_uintptr_t addr_descr; // Address of memory block descriptor.
 1760   kmp_uintptr_t addr_allocated; // Address returned by malloc().
 1761   kmp_uintptr_t addr_aligned; // Aligned address passed by caller.