5 releases (3 stable)
Uses old Rust 2015
2.0.0 | Feb 14, 2023 |
---|---|
1.1.0 | Feb 8, 2021 |
1.0.0 | Oct 11, 2018 |
0.1.0 | Oct 11, 2018 |
0.0.1 | Aug 5, 2018 |
#326 in Memory management
77 downloads per month
26KB
453 lines
graphannis-malloc_size_of
This is a fork of the malloc_size_of
crate, which is part of the Servo codebase but was not published on crates.io at the time of the fork.
The intention of this fork is to make the functionality of the original crate available to the graphANNIS corpus search library, which is published on crates.io.
The following changes have been made in comparision to the original crate:
- References and implementations to internal/unpublished Servo crates have been removed.
- All dependencies have been made optional, so if you want to use the memory size calculation for types not in the standard library you have to activate these as a feature. The following crates are available as optional dependencies/features:
- app_units
- cssparser
- serde
- serde_bytes
- smallbitvec
- smallvec
- smartstring
- string_cache
- thin-slice
- url
- void
- xml5ever
Dependencies
~0–6MB
~20K SLoC