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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1119   ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size);
 1120   if (ptr_allocated != NULL) {
 1122     ptr = (void *)(((kmp_uintptr_t)ptr_allocated + sizeof(void *) + alignment) &
 1124     *((void **)ptr - 1) = ptr_allocated;