DefaultMemoryResource

A [MemoryResource](API\Plugins\RigLogicLib\pma\MemoryResource) that delegates to malloc / free.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

void *

 

allocate

(
    std::size_t size,
    std::size_t alignment
)

Public function Virtual

void

 

deallocate

(
    void* ptr,
    std::size_t size,
    std::size_t alignment
)

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss