Module mem

Source
Expand description

Routines for handling measuring the memory usage of arbitrary DOM nodes.

Functions§

malloc_size_of_including_raw_self 🔒
Used by codegen to include the pointer to the MallocSizeOf implementation of each IDL interface. This way we don’t have to find the most-derived interface of DOM objects by hand in code.