40 std::allocator_traits<allocator_type>::construct(
allocator, p,
41 std::forward<Args>(args)...);
The main libER stand-in for ER allocator proxies.
Definition from_allocator.hpp:310
T * allocate(size_type n)
Allocate n instances of uninitialized memory for T.
Definition from_allocator.hpp:388
Delay deleter that models std::default_delete.
Definition from_delay_delete.hpp:37
ELDEN RING allocation interface and from::allocator.
Delay deleter implementation.
from::shared_ptr< T > make_shared(Args &&... args)
from::shared_ptr make_shared implementation.
Definition from_shared_ptr.hpp:36
std::shared_ptr< T > shared_ptr
std::shared_ptr with from::allocator and from::delay_delete.
Definition from_shared_ptr.hpp:21
Default libER allocator that gets embedded in objects as needed for ER ABI compatibility.
Definition from_allocator.hpp:285