Barst  2.0
A server that controls lab hardware.
Public Attributes | List of all members
SRingItem Struct Reference

#include <mem pool.h>

Public Attributes

void * pMemory
 
int nCount
 

Detailed Description

Item used in CMemRing.

Definition at line 44 of file mem pool.h.

Member Data Documentation

◆ nCount

int SRingItem::nCount

The number of users that claimed the memory.

Definition at line 49 of file mem pool.h.

◆ pMemory

void* SRingItem::pMemory

Pointer to the memory.

Definition at line 47 of file mem pool.h.