Macro malloc_size_of::malloc_size_of_is_0 [] [src]

macro_rules! malloc_size_of_is_0 {
    ($($ty:ty),+) => { ... };
    ($($ty:ident<$($gen:ident),+>),+) => { ... };
}

For use on types where size_of() returns 0.