Searched refs:g_AlignedAlloc (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 18 _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()
|
D | LzmaDecoder.cpp | 50 LzmaDec_Free(&_state, &g_AlignedAlloc); // &_alloc.vt in ~CDecoder() 74 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_AlignedAlloc))) // &_alloc.vt in SetDecoderProperties2()
|
D | Lzma2Encoder.cpp | 25 _encoder = Lzma2Enc_Create(&g_AlignedAlloc, &g_BigAlloc); in CEncoder()
|
D | Lzma2Decoder.cpp | 226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in SetOutStreamSize()
|
/external/lzma/C/ |
D | Alloc.h | 35 extern const ISzAlloc g_AlignedAlloc;
|
D | Alloc.c | 382 const ISzAlloc g_AlignedAlloc = { SzAlignedAlloc, SzAlignedFree }; variable
|