| 
| static const std::size_t  | BLOCK_SIZE | 
|   | size of object [Byte]  
  | 
|   | 
Definition at line 45 of file JStreamAvailable.cc.
 
◆ getInstance()
Get reference to unique instance of this class object. 
- Returns
 - reference to this class object 
 
Definition at line 46 of file JObjectAllocator.hh.
   47    {
   49 
   50      return allocator;
   51    }
static const std::size_t BLOCK_SIZE
 
 
 
 
◆ operator new()
new operator. 
- Returns
 - pointer to new object (or NULL) 
 
Definition at line 62 of file JObjectAllocator.hh.
   63    {
   65    }
static JLANG::JRAM & getInstance()
 
void * allocate()
Allocate memory.
 
 
 
 
◆ operator delete()
delete operator. 
- Parameters
 - 
  
    | p | pointer to object to be freed  | 
    | size | number of bytes  | 
  
   
Definition at line 74 of file JObjectAllocator.hh.
   75    {
   77    }
void free(void *p)
Deallocate memory.
 
 
 
 
◆ BLOCK_SIZE
◆ value [1/4]
◆ value [2/4]
◆ value [3/4]
◆ value [4/4]
The documentation for this struct was generated from the following file: