The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IAllocateMemory Class Reference

List of all members.

Public Member Functions

virtual void * Allocate (size_t size)=0
 Allocate a block of memory.
virtual void Free (void *pMem)=0
 Release a block of memory back to the allocator for reuse.

Protected Member Functions

virtual ~IAllocateMemory ()


Constructor & Destructor Documentation

virtual ~IAllocateMemory (  )  [protected, virtual]


Member Function Documentation

virtual void* Allocate ( size_t  size  )  [pure virtual]

Allocate a block of memory.

virtual void Free ( void *  pMem  )  [pure virtual]

Release a block of memory back to the allocator for reuse.


Generated on Sun Sep 12 19:08:28 2021 for The Server Framework - v7.4 by doxygen 1.5.3