Searched refs:allocsize (Results 1 – 1 of 1) sorted by relevance
287 size_t allocsize = offsetof(struct fiemap, fm_extents[max_extents]); in ReadRawDataOfFile() local289 new (::operator new(allocsize)) struct fiemap); in ReadRawDataOfFile()290 memset(map.get(), 0, allocsize); in ReadRawDataOfFile()595 size_t allocsize = sizeof(struct fscrypt_add_key_arg) + master_key.size(); in SetMasterKey() local597 new (::operator new(allocsize)) struct fscrypt_add_key_arg); in SetMasterKey()598 memset(arg.get(), 0, allocsize); in SetMasterKey()