LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_allocator_t Struct Reference

#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_tfb_data
 
kmp_uint64 pool_size
 
kmp_uint64 pool_used
 
bool pinned
 

Detailed Description

Definition at line 1111 of file kmp.h.

Member Data Documentation

◆ alignment

size_t kmp_allocator_t::alignment

Definition at line 1114 of file kmp.h.

Referenced by __kmp_alloc(), and __kmpc_init_allocator().

◆ fb

omp_alloctrait_value_t kmp_allocator_t::fb

Definition at line 1115 of file kmp.h.

Referenced by __kmp_alloc(), __kmp_calloc(), and __kmpc_init_allocator().

◆ fb_data

kmp_allocator_t* kmp_allocator_t::fb_data

Definition at line 1116 of file kmp.h.

Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().

◆ memkind

void** kmp_allocator_t::memkind

Definition at line 1113 of file kmp.h.

Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().

◆ memspace

omp_memspace_handle_t kmp_allocator_t::memspace

Definition at line 1112 of file kmp.h.

Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().

◆ pinned

bool kmp_allocator_t::pinned

Definition at line 1119 of file kmp.h.

Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().

◆ pool_size

kmp_uint64 kmp_allocator_t::pool_size

Definition at line 1117 of file kmp.h.

Referenced by ___kmpc_free(), __kmp_alloc(), and __kmpc_init_allocator().

◆ pool_used

kmp_uint64 kmp_allocator_t::pool_used

Definition at line 1118 of file kmp.h.

Referenced by ___kmpc_free(), and __kmp_alloc().


The documentation for this struct was generated from the following file: