Searched refs:allocsize (Results 1 – 1 of 1) sorted by relevance
237 size_t allocsize = offsetof(struct fiemap, fm_extents[max_extents]); in ReadRawDataOfFile() local239 new (::operator new(allocsize)) struct fiemap); in ReadRawDataOfFile()240 memset(map.get(), 0, allocsize); in ReadRawDataOfFile()417 size_t allocsize = sizeof(struct fscrypt_add_key_arg) + master_key.size(); in SetMasterKey() local419 new (::operator new(allocsize)) struct fscrypt_add_key_arg); in SetMasterKey()420 memset(arg.get(), 0, allocsize); in SetMasterKey()