libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
memory.hpp
Go to the documentation of this file.
1
8#pragma once
9
10#include <detail/preprocessor.hpp>
12
13namespace from {
14namespace CS {
24public:
25 LIBER_CLASS(CSMemory);
26
27 CSMemory() = default;
28 virtual ~CSMemory() = default;
29
30private:
31 virtual void liber_unknown() {}
32 virtual void liber_unknown() {}
33
34 bool liber_unknown = false;
35};
36
37LIBER_ASSERTS_BEGIN(CSMemory);
38LIBER_ASSERT_SIZE(0x2B8);
39LIBER_ASSERTS_END;
40} // namespace CS
41} // namespace from
Singleton responsible for managing memory allocation.
Definition memory.hpp:23
Base of CS::CSMemory, a singleton responsible for managing memory allocation.
Definition fd4_memory.hpp:20
Namespace FD4 memory management.