enum OMPAllocateDeclAttr::AllocatorTypeTy
Declared at: build/tools/clang/include/clang/AST/Attrs.inc:6920
Enumerators
Name | Value | Comment |
---|---|---|
OMPNullMemAlloc | 0 | |
OMPDefaultMemAlloc | 1 | |
OMPLargeCapMemAlloc | 2 | |
OMPConstMemAlloc | 3 | |
OMPHighBWMemAlloc | 4 | |
OMPLowLatMemAlloc | 5 | |
OMPCGroupMemAlloc | 6 | |
OMPPTeamMemAlloc | 7 | |
OMPThreadMemAlloc | 8 | |
OMPUserDefinedMemAlloc | 9 |