UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4::M4MemHandler Class Reference

#include <M4Memory.h>

Public Member Functions

void init (VIDAllocator cbMem, VIDDeallocator cbFree)
 Init global decoder instance memory system.
 
voidmalloc (size_t size, size_t alignment=32)
 Memory allocation with possible alignment.
 
void free (void *ptr)
 Memory release.
 

Member Function Documentation

◆ free()

void vdecmpeg4::M4MemHandler::free ( void ptr)
inline

Memory release.

◆ init()

void vdecmpeg4::M4MemHandler::init ( VIDAllocator  cbMem,
VIDDeallocator  cbFree 
)
inline

Init global decoder instance memory system.

◆ malloc()

void * vdecmpeg4::M4MemHandler::malloc ( size_t  size,
size_t  alignment = 32 
)
inline

Memory allocation with possible alignment.


The documentation for this class was generated from the following file: