libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
GuestAllocation.hh File Reference
#include <introvirt/core/domain/Domain.hh>
#include <introvirt/core/memory/guest_ptr.hh>
#include <algorithm>
#include <optional>
#include <string_view>
#include <type_traits>
Include dependency graph for GuestAllocation.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  introvirt::inject::GuestAllocation< _Tp >
 
class  introvirt::inject::GuestAllocationComplexBase< _Tp >
 

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::inject
 

Functions

template<typename _Tp , typename... _Args>
GuestAllocation< _Tp > introvirt::inject::allocate (_Args &&... args)
 
template<typename _Tp >
GuestAllocation< _Tp > introvirt::inject::allocate (size_t num)
 
auto introvirt::inject::allocate (std::string_view str)
 
auto introvirt::inject::allocate (std::u16string_view str)