Searched refs:MidAlloc (Results 1 - 12 of 12) sorted by relevance

/external/lzma/C/
H A DAlloc.h20 void *MidAlloc(size_t size);
27 #define MidAlloc(size) MyAlloc(size) macro
H A DAlloc.c49 void *MidAlloc(size_t size) function
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp26 _bufferBase = (Byte *)::MidAlloc(bufferSize);
H A DOutBuffer.cpp18 _buffer = (Byte *)::MidAlloc(bufferSize);
H A DCWrappers.cpp145 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size);
194 Buf = (Byte *)::MidAlloc(size);
H A DFilterCoder.cpp16 _buffer = (Byte *)::MidAlloc(kBufferSize);
H A DStreamObjects.cpp141 _data = (Byte *)MidAlloc(dataSize);
H A DFileStreams.cpp150 Buffer = (Byte *)MidAlloc(kClusterSize);
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp27 _buffer = (Byte *)::MidAlloc(kBufferSize);
H A DPpmdEncoder.cpp78 _inBuf = (Byte *)::MidAlloc(kBufSize);
H A DBcj2Coder.cpp37 _buffer = (Byte *)MidAlloc(kBufferSize);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp91 Buffer = (Byte *)::MidAlloc(bufferSize);

Completed in 78 milliseconds