TBCI Numerical high perf. C++ Library  2.8.0
Public Attributes | List of all members
tbci_memalloc_cache_tls< T > Struct Template Reference

#include <malloc_cache.h>

Public Attributes

const Tfree_pt [8]
 
unsigned short free_sz [8]
 
unsigned char free_idx
 
volatile unsigned int miss:24
 
volatile unsigned int hit
 
volatile unsigned int srch
 
volatile unsigned int all
 

Detailed Description

template<typename T>
struct tbci_memalloc_cache_tls< T >

Definition at line 258 of file malloc_cache.h.

Member Data Documentation

template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::all
template<typename T>
unsigned char tbci_memalloc_cache_tls< T >::free_idx
template<typename T>
const T* tbci_memalloc_cache_tls< T >::free_pt[8]
template<typename T>
unsigned short tbci_memalloc_cache_tls< T >::free_sz[8]
template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::hit
template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::miss
template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::srch

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