CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 227 of file Types.h.

Member Data Documentation

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

Definition at line 229 of file Types.h.

Referenced by LzmaDec_Allocate(), and LzmaDec_AllocateProbs2().

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

Definition at line 230 of file Types.h.

Referenced by LzmaDec_FreeDict(), and LzmaDec_FreeProbs().