Confirmed users
1,345
edits
Nnethercote (talk | contribs) |
Nnethercote (talk | contribs) |
||
| Line 106: | Line 106: | ||
NS_IMPL_ISUPPORTS1(MyStringReporter, nsIMemoryReporter) | NS_IMPL_ISUPPORTS1(MyStringReporter, nsIMemoryReporter) | ||
Note that <tt>MOZ_DEFINE_MALLOC_SIZE_OF</tt> defines a function of type <tt>nsMallocSizeOfFun</tt> that is specific to this memory reporter (and will be identified as such in DMD's output). | Note that <tt>MOZ_DEFINE_MALLOC_SIZE_OF</tt> defines a function of type <tt>nsMallocSizeOfFun</tt> that is specific to this memory reporter (and will be identified as such in DMD's output). And <tt>MOZ_COLLECT_REPORT</tt> is a macro that makes things a bit shorter. | ||
=== An Example Involving Inheritance === | === An Example Involving Inheritance === | ||