Navigation
API > API/Plugins > API/Plugins/ACLPlugin
Inheritance Hierarchy
- iallocator
- ACLAllocator
References
| Module | ACLPlugin |
| Header | /Engine/Plugins/Animation/ACLPlugin/Source/ACLPlugin/Public/ACLImpl.h |
| Include | #include "ACLImpl.h" |
Syntax
class ACLAllocator : public iallocator
Remarks
The ACL allocator implementation simply forwards to the default heap allocator.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | allocate
(
size_t size, |
||
| void | deallocate
(
void* ptr, |