This is Unofficial EPICS BASE Doxygen Site
cacComBufMemoryManager Class Reference

#include "cac.h"

+ Inheritance diagram for cacComBufMemoryManager:
+ Collaboration diagram for cacComBufMemoryManager:

Public Member Functions

 cacComBufMemoryManager ()
 
void * allocate (size_t)
 
void release (void *)
 
- Public Member Functions inherited from comBufMemoryManager
virtual ~comBufMemoryManager ()
 

Detailed Description

Definition at line 67 of file cac.h.

Constructor & Destructor Documentation

cacComBufMemoryManager::cacComBufMemoryManager ( )
inline

Definition at line 70 of file cac.h.

70 {}

Member Function Documentation

void * cacComBufMemoryManager::allocate ( size_t  size)
virtual

Implements comBufMemoryManager.

Definition at line 1300 of file cac.cpp.

1301 {
1302  return this->freeList.allocate ( size );
1303 }
void * allocate(size_t size)
Definition: tsFreeList.h:126
void cacComBufMemoryManager::release ( void *  pCadaver)
virtual

Implements comBufMemoryManager.

Definition at line 1305 of file cac.cpp.

1306 {
1307  this->freeList.release ( pCadaver );
1308 }
void release(void *p)
Definition: tsFreeList.h:176

The documentation for this class was generated from the following files: