Home
last modified time | relevance | path

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

/third_party/lzma/C/
DAlloc.h49 extern const ISzAlloc g_MidAlloc;
52 #define g_MidAlloc g_AlignedAlloc macro
DAlloc.c327 const ISzAlloc g_MidAlloc = { SzMidAlloc, SzMidFree }; variable
/third_party/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp94 &g_MidAlloc); in Z7_COM7F_IMF()
226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in Z7_COM7F_IMF()
DXzDecoder.cpp43 xz = XzDecMt_Create(&g_Alloc, &g_MidAlloc); in Decode()
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp13 #define alignedMidBuffer_Alloc g_MidAlloc