Rename size_of_is_0! as malloc_size_of_is_0!.

The new name makes it clearer that it comes from the `malloc_size_of`
crate.
This commit is contained in:
Nicholas Nethercote 2017-10-18 14:26:56 +11:00
parent ac74cd57a2
commit a26d25db12
3 changed files with 12 additions and 12 deletions

View file

@ -389,4 +389,4 @@ impl From<*mut nsAtom> for Atom {
}
}
size_of_is_0!(Atom);
malloc_size_of_is_0!(Atom);