Searched refs:MidAlloc (Results 1 – 17 of 17) sorted by relevance
18 void *MidAlloc(size_t size);25 #define MidAlloc(size) MyAlloc(size) macro
156 void *MidAlloc(size_t size) in MidAlloc() function244 static void *SzMidAlloc(ISzAllocPtr p, size_t size) { UNUSED_VAR(p); return MidAlloc(size); } in SzMidAlloc()
32 _buf = (Byte *)::MidAlloc(size); in AllocAlignedMask()47 _bufBase = (Byte *)::MidAlloc(size + alignMask);
169 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size); in Alloc()218 Buf = (Byte *)::MidAlloc(size); in Alloc()
18 _buf = (Byte *)::MidAlloc(bufSize); in Create()
29 _bufBase = (Byte *)::MidAlloc(bufSize); in Create()
202 _data = (Byte *)MidAlloc(dataSize); in Alloc()
127 Buf = (Byte *)MidAlloc(kClusterSize); in Read()
38 _data = (Byte *)::MidAlloc(size); in AllocAtLeast()
165 Byte *buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()195 buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()
30 _buf = (Byte *)::MidAlloc(kBufSize); in Code()
100 _outBuf = (Byte *)::MidAlloc(kBufSize); in Code()
111 _inBuf = (Byte *)::MidAlloc(kBufSize); in Code()
47 Byte *buf = (Byte *)::MidAlloc(newSize); in Alloc()
27 _data = ::MidAlloc(size); in Alloc()
130 Buffer = (Byte *)::MidAlloc(size); in AllocAlignedMask()148 _bufBase = (Byte *)::MidAlloc(size + alignMask); in AllocAlignedMask()
763 xzu.InBuf = (Byte *)MidAlloc(kInBufSize); in DecodeBlock()