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

Definition at line 264 of file malloc_cache.h.

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

Definition at line 264 of file malloc_cache.h.

Referenced by tbci_memalloc_cache< T >::find_by_sz().

template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::miss

Definition at line 263 of file malloc_cache.h.

Referenced by tbci_memalloc_cache< T >::find_by_sz().

template<typename T>
volatile unsigned int tbci_memalloc_cache_tls< T >::srch

Definition at line 264 of file malloc_cache.h.

Referenced by tbci_memalloc_cache< T >::find_by_sz().


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