FFL
Loading...
Searching...
No Matches
FFLiZlibAllocator Class Reference

#include <FFLiZlibAllocator.h>

Public Member Functions

 FFLiZlibAllocator (FFLiAllocatorInterface &interface)

Static Public Member Functions

static void * Allocate (void *opaque, u32 items, u32 size)
static void Free (void *opaque, void *address)

Private Attributes

FFLiAllocatorInterfacem_pInterface

Constructor & Destructor Documentation

◆ FFLiZlibAllocator()

FFLiZlibAllocator::FFLiZlibAllocator ( FFLiAllocatorInterface & interface)

Member Function Documentation

◆ Allocate()

void * FFLiZlibAllocator::Allocate ( void * opaque,
u32 items,
u32 size )
static

◆ Free()

void FFLiZlibAllocator::Free ( void * opaque,
void * address )
static

Member Data Documentation

◆ m_pInterface

FFLiAllocatorInterface* FFLiZlibAllocator::m_pInterface
private