Class UnboundedAllocator

class UnboundedAllocator : public holoscan::Allocator

Unbounded memory allocator.

An allocator that uses dynamic host or device memory allocation without an upper bound.

Public Functions

template<typename ArgT, typename ...ArgsT, typename = std::enable_if_t<!std::is_base_of_v<Resource, std::decay_t<ArgT>> && (std::is_same_v<Arg, std::decay_t<ArgT>> || std::is_same_v<ArgList, std::decay_t<ArgT>>)>>
inline UnboundedAllocator(ArgT &&arg, ArgsT&&... args)

UnboundedAllocator() = default

inline UnboundedAllocator(const std::string &name, nvidia::gxf::UnboundedAllocator *component)

inline virtual const char *gxf_typename() const override

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.