Searched defs:AllocFuncs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DLzmaDecompress.c192 ISzAllocWithData AllocFuncs; local
194 AllocFuncs.Functions.Alloc = SzAlloc;
195 AllocFuncs.Functions.Free = SzFree;
196 AllocFuncs.Buffer = Scratch;
197 AllocFuncs.BufferSize = SCRATCH_BUFFER_REQUEST_SIZE;
211 &(AllocFuncs.Functions)

Completed in 32 milliseconds