Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c192 ISzAllocWithData AllocFuncs; in LzmaUefiDecompress() local
194 AllocFuncs.Functions.Alloc = SzAlloc; in LzmaUefiDecompress()
195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
196 AllocFuncs.Buffer = Scratch; in LzmaUefiDecompress()
197 AllocFuncs.BufferSize = SCRATCH_BUFFER_REQUEST_SIZE; in LzmaUefiDecompress()
211 &(AllocFuncs.Functions) in LzmaUefiDecompress()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c192 ISzAllocWithData AllocFuncs; in LzmaUefiDecompress() local
194 AllocFuncs.Functions.Alloc = SzAlloc; in LzmaUefiDecompress()
195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
196 AllocFuncs.Buffer = Scratch; in LzmaUefiDecompress()
197 AllocFuncs.BufferSize = SCRATCH_BUFFER_REQUEST_SIZE; in LzmaUefiDecompress()
211 &(AllocFuncs.Functions) in LzmaUefiDecompress()