Searched refs:CreateMapBlock (Results 1 – 2 of 2) sorted by relevance
46 bool CreateMapBlock(int size, int* index);
57 bool BlockHeader::CreateMapBlock(int size, int* index) { in CreateMapBlock() function in disk_cache::BlockHeader332 if (!file_header.CreateMapBlock(block_count, &index)) in CreateBlock()