#include <vectorize.h>
 | 
| void  | p_alloc (size_t sz, bool lgUsed) | 
|   | 
  
  
      
        
          | t_avx_pool::t_avx_pool  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | t_avx_pool::~t_avx_pool  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void* t_avx_pool::avx_alloc  | 
          ( | 
          size_t  | 
          sz | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void t_avx_pool::avx_free  | 
          ( | 
          void *  | 
          p_ptr_alloc | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void t_avx_pool::p_alloc  | 
          ( | 
          size_t  | 
          sz,  | 
         
        
           | 
           | 
          bool  | 
          lgUsed  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprivate   | 
  
 
 
  
  
      
        
          | const size_t t_avx_pool::p_def_size = 8500*sizeof(double) | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | const size_t t_avx_pool::p_min_size = 30 | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | vector<void*> t_avx_pool::p_ptr | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | vector<size_t> t_avx_pool::p_size | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | vector<bool> t_avx_pool::p_used | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: