検索

phrase: max: clip:
target: order:
Results of 11 - 12 of about 12 for println (0.029 sec.)
チェックされないメモリ 7252
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... せん ptr::write(&mut x[i], Box::new(i as u32)); } } println!("{:?}", x); } Drop を実装していない型や、 Drop を ...
https://man.plustar.jp/rust/nomicon/unchecked-uninit.html - [similar]
リーク 7004
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... んだった、解放されたメモリを読み出そうとしているぞ! println!("{}", vec[0]); これは本当に明らかに良くないです。 ...
https://man.plustar.jp/rust/nomicon/leaking.html - [similar]
PREV 1 2 NEXT