DABC (Data Acquisition Backbone Core)  2.9.9
Data Fields
dabc::MemoryBlock::Entry Struct Reference

Data Fields

void * buf
 pointer on raw memory More...
 
bool owner
 is memory should be released More...
 
int refcnt
 usage counter - number of references on the memory More...
 
BufferSize_t size
 size of the block More...
 

Detailed Description

Definition at line 30 of file MemoryPool.cxx.

Field Documentation

◆ buf

void* dabc::MemoryBlock::Entry::buf

pointer on raw memory

Definition at line 31 of file MemoryPool.cxx.

◆ size

BufferSize_t dabc::MemoryBlock::Entry::size

size of the block

Definition at line 32 of file MemoryPool.cxx.

◆ owner

bool dabc::MemoryBlock::Entry::owner

is memory should be released

Definition at line 33 of file MemoryPool.cxx.

◆ refcnt

int dabc::MemoryBlock::Entry::refcnt

usage counter - number of references on the memory

Definition at line 34 of file MemoryPool.cxx.


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