Navigation
Unreal Engine C++ API Reference > Plugins > RigLogicLib > pma > resources
Inheritance Hierarchy
- MemoryResource
- DefaultMemoryResource
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/pma/resources/DefaultMemoryResource.h |
Include | #include "pma/resources/DefaultMemoryResource.h" |
Syntax
class DefaultMemoryResource : public pma::MemoryResource
Remarks
A MemoryResource that delegates to malloc / free.
Overridden from MemoryResource
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void * | allocate
(
std::size_t size, |
|
![]() ![]() |
void | deallocate
(
void* ptr, |