CMS 3D CMS Logo

List of all members | Public Attributes
ISzAlloc Struct Reference

#include <Types.h>

Public Attributes

void *(* Alloc )(void *p, size_t size)
 
void(* Free )(void *p, void *address)
 

Detailed Description

Definition at line 215 of file Types.h.

Member Data Documentation

◆ Alloc

void*(* ISzAlloc::Alloc) (void *p, size_t size)

Definition at line 216 of file Types.h.

Referenced by LzmaDec_Allocate(), and LzmaDec_AllocateProbs2().

◆ Free

void(* ISzAlloc::Free) (void *p, void *address)

Definition at line 217 of file Types.h.

Referenced by LzmaDec_FreeDict(), and LzmaDec_FreeProbs().