|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <malloc_cache.h>
Static Public Member Functions | |
| static T * | alloc (const unsigned long sz) |
| static void | dealloc (const T *const ptr, const unsigned long sz) |
Protected Member Functions | |
| tbci_memalloc () | |
| ~tbci_memalloc () | |
Friends | |
| tbci_memalloc< T > &tbci_s_allocator | FGDT () |
Default memory allocator class, basically just wraps new and delete[] To be specialized later for better performance.
Definition at line 92 of file malloc_cache.h.
|
inlineprotected |
Definition at line 105 of file malloc_cache.h.
|
inlineprotected |
Definition at line 106 of file malloc_cache.h.
|
inlinestatic |
Definition at line 109 of file malloc_cache.h.
References T.
|
inlinestatic |
Definition at line 111 of file malloc_cache.h.
References T.
|
friend |
1.8.5