TBCI Numerical high perf. C++ Library 2.8.0
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

◆ all

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

Definition at line 264 of file malloc_cache.h.

◆ free_idx

◆ free_pt

◆ free_sz

◆ hit

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().

◆ miss

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().

◆ srch

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: