|
TBCI Numerical high perf. C++ Library
2.8.0
|
#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 258 of file malloc_cache.h.
| volatile unsigned int tbci_memalloc_cache_tls< T >::all |
Definition at line 264 of file malloc_cache.h.
| unsigned char tbci_memalloc_cache_tls< T >::free_idx |
Definition at line 262 of file malloc_cache.h.
Referenced by tbci_memalloc_cache< T >::enter(), tbci_memalloc_cache< T >::find_by_sz(), tbci_memalloc_cache< T >::free_and_enter(), tbci_memalloc_cache< T >::init(), and tbci_memalloc_cache< T >::rmv().
| const T* tbci_memalloc_cache_tls< T >::free_pt[8] |
Definition at line 260 of file malloc_cache.h.
Referenced by tbci_memalloc_cache< T >::deinit(), tbci_memalloc_cache< T >::enter(), and tbci_memalloc_cache< T >::free_and_enter().
| unsigned short tbci_memalloc_cache_tls< T >::free_sz[8] |
Definition at line 261 of file malloc_cache.h.
Referenced by tbci_memalloc_cache< T >::deinit(), tbci_memalloc_cache< T >::enter(), tbci_memalloc_cache< T >::find_by_sz(), tbci_memalloc_cache< T >::free_and_enter(), and tbci_memalloc_cache< T >::rmv().
| 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().
| 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().
| 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().
1.8.5