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