Home
last modified time | relevance | path

Searched refs:g_AlignedAlloc (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp18 _encoder = LzmaEnc_Create(&g_AlignedAlloc); in CEncoder()
26 LzmaEnc_Destroy(_encoder, &g_AlignedAlloc, &g_BigAlloc); in ~CEncoder()
171 progress ? &progressWrap.vt : NULL, &g_AlignedAlloc, &g_BigAlloc); in Code()
DLzmaDecoder.cpp50 LzmaDec_Free(&_state, &g_AlignedAlloc); // &_alloc.vt in ~CDecoder()
74 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_AlignedAlloc))) // &_alloc.vt in SetDecoderProperties2()
DLzma2Encoder.cpp25 _encoder = Lzma2Enc_Create(&g_AlignedAlloc, &g_BigAlloc); in CEncoder()
DLzma2Decoder.cpp226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in SetOutStreamSize()
/external/lzma/C/
DAlloc.h35 extern const ISzAlloc g_AlignedAlloc;
DAlloc.c382 const ISzAlloc g_AlignedAlloc = { SzAlignedAlloc, SzAlignedFree }; variable