検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for free (0.011 sec.)
Atomics 12389
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... on strongly-ordered hardware may be cheap or even free because they already provide strong guarantees unc ... are fundamentally unsynchronized and compilers are free to aggressively optimize them. In particular, data ... accesses are free to be reordered by the compiler on the assumption ... e program is single-threaded. The hardware is also free to propagate the changes made in data accesses to ...
https://man.plustar.jp/rust/nomicon/atomics.html - [similar]
Drop Check 8617
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... hen when Inspector is dropped, it will try to read free'd memory! } <anon>:12:28: 12:32 error: `days` does ... hen when Inspector is dropped, it will try to read free'd memory! ... <anon>:10:27: 15:2 note: ...but borr ... hen when Inspector is dropped, it will try to read free'd memory! <anon>:15 } Implementing Drop lets the I ...
https://man.plustar.jp/rust/nomicon/dropck.html - [similar]
Subtyping and Variance 8192
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... t forever_str, &mut &*string); } // Oops, printing free'd memory println!("{}", forever_str); } The signat ... quently be dropped, and forever_str would point to freed memory when we print it! Therefore &mut should be ... . Giving &'a str s to it would be unsound, as it's free to assume that what it's given lives forever. Ther ...
https://man.plustar.jp/rust/nomicon/subtyping.html - [similar]
print.html 7748
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... t forever_str, &mut &*string); } // Oops, printing free'd memory println!("{}", forever_str); } The signat ... quently be dropped, and forever_str would point to freed memory when we print it! Therefore &mut should be ... . Giving &'a str s to it would be unsound, as it's free to assume that what it's given lives forever. Ther ... hen when Inspector is dropped, it will try to read free'd memory! } <anon>:12:28: 12:32 error: `days` does ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT