#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 () |
Definition at line 101 of file malloc_cache.h.
| TBCI::tbci_memalloc< T >::tbci_memalloc | ( | ) | [inline, protected] |
Definition at line 105 of file malloc_cache.h.
| TBCI::tbci_memalloc< T >::~tbci_memalloc | ( | ) | [inline, protected] |
Definition at line 106 of file malloc_cache.h.
| static T* TBCI::tbci_memalloc< T >::alloc | ( | const unsigned long | sz | ) | [inline, static] |
| static void TBCI::tbci_memalloc< T >::dealloc | ( | const T *const | ptr, | |
| const unsigned long | sz | |||
| ) | [inline, static] |
| tbci_memalloc<T>& tbci_s_allocator | ( | ) | [friend] |
1.5.6