Searched refs:AllocationTable (Results 1 – 1 of 1) sorted by relevance
160 function AllocationTable() class166 AllocationTable.SECTOR_RESERVED_COUNT = 1;168 AllocationTable.TABLE_ELEMENT_SIZE = 4 // sizeof(u32)173 AllocationTable.QuerySize = function(blockCount)175 return (blockCount + AllocationTable.SECTOR_RESERVED_COUNT)176 * AllocationTable.TABLE_ELEMENT_SIZE;737 return AllocationTable.QuerySize(countDataBlock);866 return AllocationTable.QuerySize(countDataBlock);