LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
omp_memspace_handle_t | memspace |
void ** | memkind |
size_t | alignment |
omp_alloctrait_value_t | fb |
kmp_allocator_t * | fb_data |
kmp_uint64 | pool_size |
kmp_uint64 | pool_used |
bool | pinned |
size_t kmp_allocator_t::alignment |
Definition at line 1123 of file kmp.h.
Referenced by __kmp_alloc(), and __kmpc_init_allocator().
omp_alloctrait_value_t kmp_allocator_t::fb |
Definition at line 1124 of file kmp.h.
Referenced by __kmp_alloc(), __kmp_calloc(), and __kmpc_init_allocator().
kmp_allocator_t* kmp_allocator_t::fb_data |
Definition at line 1125 of file kmp.h.
Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().
void** kmp_allocator_t::memkind |
Definition at line 1122 of file kmp.h.
Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().
omp_memspace_handle_t kmp_allocator_t::memspace |
Definition at line 1121 of file kmp.h.
Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().
bool kmp_allocator_t::pinned |
Definition at line 1128 of file kmp.h.
Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().
kmp_uint64 kmp_allocator_t::pool_size |
Definition at line 1126 of file kmp.h.
Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().
kmp_uint64 kmp_allocator_t::pool_used |
Definition at line 1127 of file kmp.h.
Referenced by ___kmpc_free(), and __kmp_alloc().