Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <common/system.h>
#include <support/lockedpool.h>
#include <limits>
#include <memory>
#include <stdexcept>
#include <utility>
#include <vector>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
class | TestLockedPageAllocator |
Mock LockedPageAllocator for testing. More... | |
Functions | |
BOOST_AUTO_TEST_CASE (arena_tests) | |
BOOST_AUTO_TEST_CASE (lockedpool_tests_mock) | |
BOOST_AUTO_TEST_CASE (lockedpool_tests_live) | |
BOOST_AUTO_TEST_CASE | ( | arena_tests | ) |
BOOST_AUTO_TEST_CASE | ( | lockedpool_tests_live | ) |
BOOST_AUTO_TEST_CASE | ( | lockedpool_tests_mock | ) |