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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_str.h"

Public Attributes

charstr
 
unsigned int size
 
int used
 
char bulk [512]
 

Detailed Description

Definition at line 32 of file kmp_str.h.

Member Data Documentation

◆ bulk

char kmp_str_buf::bulk[512]

Definition at line 36 of file kmp_str.h.

Referenced by __kmp_str_buf_detach(), __kmp_str_buf_free(), and __kmp_str_buf_reserve().

◆ size

unsigned int kmp_str_buf::size

◆ str

char* kmp_str_buf::str

◆ used

int kmp_str_buf::used

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