UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MemBuffer Struct Reference

Public Attributes

void *(* memalloc )(uintptr_t bytes)
 
void(* memfree )(void *ptr)
 
MemBufferEntryhead
 
MemBufferEntrytail
 
U32 total_bytes
 

Member Data Documentation

◆ head

MemBufferEntry* MemBuffer::head

◆ memalloc

void *(* MemBuffer::memalloc) (uintptr_t bytes)

◆ memfree

void(* MemBuffer::memfree) (void *ptr)

◆ tail

MemBufferEntry* MemBuffer::tail

◆ total_bytes

U32 MemBuffer::total_bytes

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