#include <Types.h>
Public Attributes | |
void *(* | Alloc )(void *p, size_t size) |
void(* | Free )(void *p, void *address) |
void*(* ISzAlloc::Alloc) (void *p, size_t size) |
Definition at line 216 of file Types.h.
Referenced by LzmaDec_Allocate(), and LzmaDec_AllocateProbs2().
void(* ISzAlloc::Free) (void *p, void *address) |
Definition at line 217 of file Types.h.
Referenced by LzmaDec_FreeDict(), and LzmaDec_FreeProbs().