2#ifndef LIBSBX_SCRIPTING_MANAGED_MEMORY_HPP_
3#define LIBSBX_SCRIPTING_MANAGED_MEMORY_HPP_
5#include <libsbx/scripting/managed/core.hpp>
7namespace sbx::scripting::managed {
11 static auto allocate_hglobal(std::size_t size) ->
void*;
12 static auto free_hglobal(
void* pointer) -> void;
14 static auto string_to_co_task_memory_auto(string_view_type
string) -> char_type*;
15 static auto free_co_task_memory(
void*
memory) -> void;