mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add MallocSizeOf impls for 128-bit integers.
Differential Revision: https://phabricator.services.mozilla.com/D3947
This commit is contained in:
parent
b85c734c41
commit
e96b025f10
1 changed files with 2 additions and 2 deletions
|
@ -845,8 +845,8 @@ macro_rules! malloc_size_of_is_0(
|
|||
);
|
||||
|
||||
malloc_size_of_is_0!(bool, char, str);
|
||||
malloc_size_of_is_0!(u8, u16, u32, u64, usize);
|
||||
malloc_size_of_is_0!(i8, i16, i32, i64, isize);
|
||||
malloc_size_of_is_0!(u8, u16, u32, u64, u128, usize);
|
||||
malloc_size_of_is_0!(i8, i16, i32, i64, i128, isize);
|
||||
malloc_size_of_is_0!(f32, f64);
|
||||
|
||||
malloc_size_of_is_0!(std::sync::atomic::AtomicBool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue