vdsInfo Struct Reference
#include <vdsCommon.h>
Detailed Description
This data structure is used to retrieve the status of the virtual data space.
Data Fields | |
size_t | totalSizeInBytes |
Total size of the virtual data space. | |
size_t | allocatedSizeInBytes |
Total size of the allocated blocks. | |
size_t | numObjects |
Number of API objects in the vds (internal objects are not counted). | |
size_t | numGroups |
Total number of groups of blocks. | |
size_t | numMallocs |
Number of calls to allocate groups of blocks. | |
size_t | numFrees |
Number of calls to free groups of blocks. | |
size_t | largestFreeInBytes |
Largest contiguous group of free blocks. |
Field Documentation
Total size of the allocated blocks.
size_t vdsInfo::largestFreeInBytes |
Largest contiguous group of free blocks.
size_t vdsInfo::numFrees |
Number of calls to free groups of blocks.
size_t vdsInfo::numGroups |
Total number of groups of blocks.
size_t vdsInfo::numMallocs |
Number of calls to allocate groups of blocks.
size_t vdsInfo::numObjects |
Number of API objects in the vds (internal objects are not counted).
size_t vdsInfo::totalSizeInBytes |
Total size of the virtual data space.
The documentation for this struct was generated from the following file:
- vdsf/vdsCommon.h
Last updated on April 07, 2008.