HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
memory.hpp
1
2
3#pragma once
4
5#include "locked_memory_allocator.hpp" // export
6#include "secure_memory_allocator.hpp" // export
7
8hi_export_module(hikogui.memory);