Searched refs:MidAlloc (Results 1 – 15 of 15) sorted by relevance
20 void *MidAlloc(size_t size);27 #define MidAlloc(size) MyAlloc(size) macro
49 void *MidAlloc(size_t size) in MidAlloc() function
149 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size); in Alloc()198 Buf = (Byte *)::MidAlloc(size); in Alloc()
18 _buf = (Byte *)::MidAlloc(bufSize); in Create()
29 _bufBase = (Byte *)::MidAlloc(bufSize); in Create()
167 _data = (Byte *)MidAlloc(dataSize); in Alloc()
16 _buffer = (Byte *)::MidAlloc(kBufferSize); in CFilterCoder()
123 Buf = (Byte *)MidAlloc(kClusterSize); in Read()
27 _buffer = (Byte *)::MidAlloc(kBufferSize); in Code()
104 _outBuf = (Byte *)::MidAlloc(kBufSize); in Code()
115 _inBuf = (Byte *)::MidAlloc(kBufSize); in Code()
58 _buf = (Byte *)MidAlloc(kBufSize); in CodeReal()
165 Byte *buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()195 buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()
27 _data = ::MidAlloc(size); in Alloc()
119 Buffer = (Byte *)::MidAlloc(bufferSize); in Alloc()