Commit 0cd28bc
Patch my PR to vm-allocator pkg
Summary:
follow wiki (https://www.internalfb.com/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/#maintaining-local-change) to patch the pkg w/ my PR.
* rust-vmm/vm-allocator#95
* Added a `used()` API in `AddressAllocator` so in runtime we can report DRAM/SRAM usage.
NOTE to myself on updating rust 3rd party lib
* update https://www.internalfb.com/code/fbsource/[eae01930e4f97fad5f6f03341bbbdc0b62636187]/third-party/rust/Cargo.toml?lines=1483
* `cd ~/fbsource && fbcode/common/rust/tools/reindeer/vendor && arc autocargo`
Reviewed By: diliop
Differential Revision: D69826054
fbshipit-source-id: c712d57a6e74398b61e8288c6fae5d50954a967f1 parent 0c82882 commit 0cd28bc
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments