[][src]Crate parity_util_mem

Crate for parity memory management related utilities. It includes global allocator choice, heap measurement and memory erasure.

Re-exports

pub use allocators::MallocSizeOfExt;

Modules

allocators

default allocator management Features are:

impls

Implementation of MallocSize for common types :

Macros

malloc_size_of_is_0

Structs

MallocSizeOfOps

Operations used when measuring heap usage of data structures.

Traits

MallocSizeOf

Trait for measuring the "deep" heap usage of a data structure. This is the most commonly-used of the traits.

Derive Macros

MallocSizeOf