libER 0.1.4.2
ELDEN RING API library
|
ELDEN RING allocation interface and from::allocator. More...
#include <detail/preprocessor.hpp>
#include <cstddef>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Classes | |
class | from::DLKR::DLAllocator |
Common ELDEN RING allocator interface. More... | |
class | from::allocator< T > |
The main libER stand-in for ER allocator proxies. More... | |
Functions | |
LIBERAPI DLAllocator & | from::DLKR::get_dlallocator_of (const void *p) noexcept |
Get the allocator of memory allocated by ELDEN RING. | |
LIBERAPI DLAllocator & | from::DLKR::get_base_allocator () noexcept |
Get a compatible ELDEN RING base allocator. | |
template<typename T1 , typename T2 > | |
bool | from::operator== (const allocator< T1 > &lhs, const allocator< T2 > &rhs) noexcept |
Allocator equality comparison. | |
template<typename T > | |
from::allocator< T > | from::get_allocator_of (const T *p) noexcept |
Get the allocator of an object allocated by ELDEN RING. | |
ELDEN RING allocation interface and from::allocator.
Copyright 2024 libER ELDEN RING API library
|
noexcept |
Get the allocator of an object allocated by ELDEN RING.
p | pointer to object |
|
noexcept |
Get a compatible ELDEN RING base allocator.
This allocator uses Windows heaps.