The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)  
 More...
#include <btStackAlloc.h>
The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out) 
Definition at line 34 of file btStackAlloc.h.
§ btStackAlloc()
  
  | 
        
          | btStackAlloc::btStackAlloc | ( | unsigned int | size | ) |  |  | inline | 
 
 
§ ~btStackAlloc()
  
  | 
        
          | btStackAlloc::~btStackAlloc | ( |  | ) |  |  | inline | 
 
 
§ allocate()
  
  | 
        
          | unsigned char* btStackAlloc::allocate | ( | unsigned int | size | ) |  |  | inline | 
 
 
§ beginBlock()
  
  | 
        
          | btBlock* btStackAlloc::beginBlock | ( |  | ) |  |  | inline | 
 
 
§ create()
  
  | 
        
          | void btStackAlloc::create | ( | unsigned int | size | ) |  |  | inline | 
 
 
§ ctor()
  
  | 
        
          | void btStackAlloc::ctor | ( |  | ) |  |  | inlineprivate | 
 
 
§ destroy()
  
  | 
        
          | void btStackAlloc::destroy | ( |  | ) |  |  | inline | 
 
 
§ endBlock()
  
  | 
        
          | void btStackAlloc::endBlock | ( | btBlock * | block | ) |  |  | inline | 
 
 
§ getAvailableMemory()
  
  | 
        
          | int btStackAlloc::getAvailableMemory | ( |  | ) | const |  | inline | 
 
 
§ current
§ data
  
  | 
        
          | unsigned char* btStackAlloc::data |  | private | 
 
 
§ ischild
  
  | 
        
          | bool btStackAlloc::ischild |  | private | 
 
 
§ totalsize
  
  | 
        
          | unsigned int btStackAlloc::totalsize |  | private | 
 
 
§ usedsize
  
  | 
        
          | unsigned int btStackAlloc::usedsize |  | private | 
 
 
The documentation for this class was generated from the following file: