Go to the source code of this file.
Classes | |
class | TLSFTest |
Macros | |
#define | ORO_MEMORY_POOL |
Functions | |
BOOST_AUTO_TEST_CASE (testCreateAndDestroy) | |
BOOST_AUTO_TEST_CASE (testInitAllocFree) | |
BOOST_AUTO_TEST_CASE (testAllocToBig) | |
BOOST_AUTO_TEST_CASE (testInitTwiceSameMemPool) | |
BOOST_AUTO_TEST_CASE (testUseSecondaryMemPool) | |
BOOST_AUTO_TEST_CASE (testDoubleFree) | |
void | signal_handler (int sig_num) |
#define ORO_MEMORY_POOL |
Definition at line 19 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testCreateAndDestroy | ) |
Definition at line 51 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testInitAllocFree | ) |
Definition at line 56 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testAllocToBig | ) |
Definition at line 63 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testInitTwiceSameMemPool | ) |
Definition at line 71 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testUseSecondaryMemPool | ) |
Definition at line 77 of file tlsf_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testDoubleFree | ) |
Definition at line 95 of file tlsf_test.cpp.
void signal_handler | ( | int | sig_num | ) |
Definition at line 25 of file tlsf_test.cpp.