TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
tbci_memalloc< int > Class Template Reference

#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 ()
 

Detailed Description

template<>
class tbci_memalloc< int >

Definition at line 612 of file malloc_cache.h.

Constructor & Destructor Documentation

tbci_memalloc< int >::tbci_memalloc ( )
inlineprotected

Definition at line 612 of file malloc_cache.h.

tbci_memalloc< int >::~tbci_memalloc ( )
inlineprotected

Definition at line 612 of file malloc_cache.h.

Member Function Documentation

T* tbci_memalloc< int >::alloc ( const unsigned long  sz)
inline

Definition at line 612 of file malloc_cache.h.

void tbci_memalloc< int >::dealloc ( const T *const  ptr,
const unsigned long  sz 
)
inline

Definition at line 612 of file malloc_cache.h.

Friends And Related Function Documentation

tbci_memalloc<T >& tbci_s_allocator FGDT ( )
friend

Member Data Documentation

tbci_memalloc_cache<T > tbci_memalloc< int >::m_cache
protected

Definition at line 612 of file malloc_cache.h.


The documentation for this class was generated from the following file: