#include "basics.h"
#include "cplx.h"
#include "cplx_inst.h"
#include "malloc_cache.h"

Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | MINLINE |
| #define | PRAGMA_IMPL_MALLOC_CACHE |
| #define | NUM double |
| #define | TEMPLATE template |
| #define | T NUM |
| #define | U NUM |
| #define | INST_TBCI_MEMALLOC(TYPE) |
Definition in file cplxinst.cc.
| #define INST_TBCI_MEMALLOC | ( | TYPE | ) |
Value:
template class tbci_memalloc< TYPE >; \ template class tbci_memalloc_cache< TYPE >
Definition at line 32 of file cplxinst.cc.
| #define MINLINE |
Definition at line 7 of file cplxinst.cc.
| #define NUM double |
Definition at line 19 of file cplxinst.cc.
| #define PRAGMA_IMPL_MALLOC_CACHE |
Definition at line 10 of file cplxinst.cc.
| #define T NUM |
Definition at line 24 of file cplxinst.cc.
| #define TEMPLATE template |
Definition at line 22 of file cplxinst.cc.
| #define U NUM |
Definition at line 25 of file cplxinst.cc.
1.5.6