#include <malloc_cache.h>

Public Attributes | |
| const T * | free_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 |
Definition at line 252 of file malloc_cache.h.
| const T* TBCI::tbci_memalloc_cache_tls< T >::free_pt[8] |
Definition at line 254 of file malloc_cache.h.
| unsigned short TBCI::tbci_memalloc_cache_tls< T >::free_sz[8] |
Definition at line 255 of file malloc_cache.h.
| unsigned char TBCI::tbci_memalloc_cache_tls< T >::free_idx |
Definition at line 256 of file malloc_cache.h.
| volatile unsigned int TBCI::tbci_memalloc_cache_tls< T >::miss |
Definition at line 257 of file malloc_cache.h.
| volatile unsigned int TBCI::tbci_memalloc_cache_tls< T >::hit |
Definition at line 258 of file malloc_cache.h.
| volatile unsigned int TBCI::tbci_memalloc_cache_tls< T >::srch |
Definition at line 258 of file malloc_cache.h.
| volatile unsigned int TBCI::tbci_memalloc_cache_tls< T >::all |
Definition at line 258 of file malloc_cache.h.
1.5.6