File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ mod contents {
7272 const MALLOCX_ZERO : c_int = 0x40 ;
7373
7474 // The minimum alignment guaranteed by the architecture. This value is used to
75- // add fast paths for low alignment values. In practice, the alignment is a
76- // constant at the call site and the branch will be optimized out.
75+ // add fast paths for low alignment values.
7776 #[ cfg( all( any( target_arch = "arm" ,
7877 target_arch = "mips" ,
7978 target_arch = "powerpc" ) ) ) ]
Original file line number Diff line number Diff line change 2525#![ rustc_alloc_kind = "lib" ]
2626
2727// The minimum alignment guaranteed by the architecture. This value is used to
28- // add fast paths for low alignment values. In practice, the alignment is a
29- // constant at the call site and the branch will be optimized out.
28+ // add fast paths for low alignment values.
3029#[ cfg( all( any( target_arch = "x86" ,
3130 target_arch = "arm" ,
3231 target_arch = "mips" ,
You can’t perform that action at this time.
0 commit comments