OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
owl::TMemStack Class Reference

Implements mark and release style memory management using the standard allocator. More...

#include <owl/template.h>

Inheritance diagram for owl::TMemStack:
owl::TMMemStack< TStandardAllocator >

Public Member Functions

 TMemStack (size_t sz=8192)
 
- Public Member Functions inherited from owl::TMMemStack< TStandardAllocator >
 TMMemStack (size_t=8192)
 
voidAllocate (size_t)
 

Detailed Description

Implements mark and release style memory management using the standard allocator.

Definition at line 429 of file template.h.

Constructor & Destructor Documentation

◆ TMemStack()

owl::TMemStack::TMemStack ( size_t sz = 8192)
inline

Definition at line 433 of file template.h.


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