VDSF
Menu

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.

Largest contiguous group of free blocks.

Number of calls to free groups of blocks.

Total number of groups of blocks.

Number of calls to allocate groups of blocks.

Number of API objects in the vds (internal objects are not counted).

Total size of the virtual data space.


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

Last updated on April 07, 2008.