|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <malloc_cache.h>
Public Member Functions | |
| T * | alloc (const unsigned long sz) |
| void | dealloc (const T *const ptr, const unsigned long sz) |
Protected Member Functions | |
| tbci_memalloc () | |
| ~tbci_memalloc () | |
Protected Attributes | |
| tbci_memalloc_cache< T > | m_cache |
Friends | |
| tbci_memalloc< T > &tbci_s_allocator | FGDT () |
Definition at line 606 of file malloc_cache.h.
|
inlineprotected |
Definition at line 606 of file malloc_cache.h.
|
inlineprotected |
Definition at line 606 of file malloc_cache.h.
|
inline |
Definition at line 606 of file malloc_cache.h.
|
inline |
Definition at line 606 of file malloc_cache.h.
|
friend |
|
protected |
Definition at line 606 of file malloc_cache.h.
1.8.5