PAPI 7.1.0.0
Loading...
Searching...
No Matches
DynamicArray_t Struct Reference

#include <papi_internal.h>

Collaboration diagram for DynamicArray_t:

Data Fields

EventSetInfo_t ** dataSlotArray
 
int totalSlots
 
int availSlots
 
int fullSlots
 
int lowestEmptySlot
 

Detailed Description

Definition at line 311 of file papi_internal.h.

Field Documentation

◆ availSlots

int DynamicArray_t::availSlots

number of open slots in dataSlotArrays

Definition at line 314 of file papi_internal.h.

◆ dataSlotArray

EventSetInfo_t** DynamicArray_t::dataSlotArray

array of ptrs to EventSets

Definition at line 312 of file papi_internal.h.

◆ fullSlots

int DynamicArray_t::fullSlots

number of full slots in dataSlotArray

Definition at line 315 of file papi_internal.h.

◆ lowestEmptySlot

int DynamicArray_t::lowestEmptySlot

index of lowest empty dataSlotArray

Definition at line 316 of file papi_internal.h.

◆ totalSlots

int DynamicArray_t::totalSlots

number of slots in dataSlotArrays

Definition at line 313 of file papi_internal.h.


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