We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301c8e5 commit 1aef969Copy full SHA for 1aef969
snmalloc-sys/src/lib.rs
@@ -10,7 +10,7 @@ extern "C" {
10
/// On failure, it returns a null pointer.
11
/// The client must assure the following things:
12
/// - `alignment` is greater than zero
13
- /// - `alignment` is of the power of 2
+ /// - `alignment` is a power of 2
14
/// The program may be forced to abort if the constrains are not full-filled.
15
pub fn rust_alloc(alignment: size_t, size: size_t) -> *mut c_void;
16
0 commit comments