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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1449     allocator = __kmp_threads[gtid]->th.th_def_allocator;
 1488           return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1502             return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1518           return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1527       ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a);
 1538         ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a);
 1544         return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1548       ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a);
 1555     ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a);