[roll] Roll fuchsia [forensics] More efficient previous boot log processing

Feedback's idle memory usage before first snapshot creation is reduced
to ~1 MiB (a 30% - 40% reduction). This is done by making fewer
allocations and ensuring necessary allocations are serviced by scudo's
secondary allocator so their memory may be immediately decommitted.

This issue is considered fixed because the now ~70 KiB of residual
memory from previous boot log processing appears to come from std
library internals.

Original-Fixed: 120152

TESTED=`fx test //src/developer/forensics`
TESTED=`fx shell crasher` @ 9603fb607fc1e7a8

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/792315
Original-Revision: 83f594d7a6505c09180297f9a7f5c80e220c5c74
GitOrigin-RevId: 97105a12920cd6ba01488ce98d015dbef069b3de
Change-Id: I45f6202b1a9839f5249d1e9bc2a0e4e3114803ef
1 file changed
tree: 4d1d98d1ac7ef273c35a0108dc2467aa97b44380
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.