Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp13 #define alignedMidBuffer_Alloc g_MidAlloc macro
15 #define alignedMidBuffer_Alloc g_AlignedAlloc macro
20 ISzAlloc_Free(&alignedMidBuffer_Alloc, _buf); in ~CAlignedMidBuffer()
25 ISzAlloc_Free(&alignedMidBuffer_Alloc, _buf); in AllocAligned()
26 _buf = (Byte *)ISzAlloc_Alloc(&alignedMidBuffer_Alloc, size); in AllocAligned()