CMS 3D CMS Logo

Public Attributes

ISzAlloc Struct Reference

#include <Types.h>

List of all members.

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().