#include <atomic>
#include <cassert>
#include <functional>
#include <iostream>
#include <list>
#include <memory>
#include <mutex>
#include <optional>
#include <stdexcept>
#include <type_traits>
#include <unordered_map>
#include "cppuddle/common/config.hpp"
Go to the source code of this file.
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | cppuddle::memory_recycling::detail::operator== (recycle_allocator< T, Host_Allocator > const &, recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | cppuddle::memory_recycling::detail::operator!= (recycle_allocator< T, Host_Allocator > const &, recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | cppuddle::memory_recycling::detail::operator== (aggressive_recycle_allocator< T, Host_Allocator > const &, aggressive_recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | cppuddle::memory_recycling::detail::operator!= (aggressive_recycle_allocator< T, Host_Allocator > const &, aggressive_recycle_allocator< U, Host_Allocator > const &) noexcept |
|