![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <M4Memory.h>
Public Member Functions | |
| void | init (VIDAllocator cbMem, VIDDeallocator cbFree) |
| Init global decoder instance memory system. | |
| void * | malloc (size_t size, size_t alignment=32) |
| Memory allocation with possible alignment. | |
| void | free (void *ptr) |
| Memory release. | |
|
inline |
Init global decoder instance memory system.
Memory allocation with possible alignment.