Searched defs:_UFS_PEIM_MEM_BLOCK (Results 1 – 1 of 1) sorted by relevance
26 struct _UFS_PEIM_MEM_BLOCK { struct27 UINT8 *Bits; // Bit array to record which unit is allocated28 UINTN BitsLen; 29 UINT8 *Buf;30 UINTN BufLen; // Memory size in bytes31 UFS_PEIM_MEM_BLOCK *Next;