Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Memory.hpp
1#pragma once
2
4namespace Melon::Memory
5{}
6
7#include "Internal/Memory/Buffer.hpp"
8#include "Internal/Memory/CString.hpp"
Contains various classes and functions for memory management.
Definition Buffer.hpp:10