Home
last modified time | relevance | path

Searched refs:g_MidAlloc (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DAlloc.h34 extern const ISzAlloc g_MidAlloc;
DAlloc.c246 const ISzAlloc g_MidAlloc = { SzMidAlloc, SzMidFree }; variable
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp94 &g_MidAlloc); in Code()
226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in SetOutStreamSize()
DXzDecoder.cpp43 xz = XzDecMt_Create(&g_Alloc, &g_MidAlloc); in Decode()
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp11 #define alignedMidBuffer_Alloc g_MidAlloc