#include <gtest/gtest.h>
#include <uavcan/helpers/heap_based_pool_allocator.hpp>
#include <stdlib.h>
#include <thread>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | RaiiSynchronizer |
Functions | |
TEST (HeapBasedPoolAllocator, Basic) | |
TEST (HeapBasedPoolAllocator, Concurrency) | |
TEST (HeapBasedPoolAllocator, Limits) | |
TEST | ( | HeapBasedPoolAllocator | , |
Basic | |||
) |
Definition at line 14 of file heap_based_pool_allocator.cpp.
TEST | ( | HeapBasedPoolAllocator | , |
Concurrency | |||
) |
Definition at line 124 of file heap_based_pool_allocator.cpp.
TEST | ( | HeapBasedPoolAllocator | , |
Limits | |||
) |
Definition at line 77 of file heap_based_pool_allocator.cpp.