Searched refs:allocsize (Results 1 – 1 of 1) sorted by relevance
285 size_t allocsize = offsetof(struct fiemap, fm_extents[max_extents]); in ReadRawDataOfFile() local287 new (::operator new(allocsize)) struct fiemap); in ReadRawDataOfFile()288 memset(map.get(), 0, allocsize); in ReadRawDataOfFile()563 size_t allocsize = sizeof(struct fscrypt_add_key_arg) + master_key.size(); in SetMasterKey() local565 new (::operator new(allocsize)) struct fscrypt_add_key_arg); in SetMasterKey()566 memset(arg.get(), 0, allocsize); in SetMasterKey()