allocator_support

#include <compatibility/hpx/util/allocator_deleter.hpp>

#include <compatibility/hpx/util/internal_allocator.hpp>

#include <hpx/allocator_support/allocator_deleter.hpp>

namespace hpx
namespace util
template <typename Allocator>
struct allocator_deleter

Public Functions

template <typename SharedState>
void operator()(SharedState *state)

Public Members

Allocator alloc_

#include <hpx/allocator_support/internal_allocator.hpp>

namespace hpx
namespace util

Typedefs

using hpx::util::internal_allocator = typedef std::allocator<T>