]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/cgroup: add line-by-line reader using a single scratch buffer
authorMichael Pratt <mpratt@google.com>
Thu, 24 Apr 2025 09:20:30 +0000 (09:20 +0000)
committerMichael Pratt <mpratt@google.com>
Wed, 21 May 2025 17:21:38 +0000 (10:21 -0700)
commit06450a82b04dc4b3599ae4864827e6f8a5b7d628
tree12e4e2244262125bd74e66f87c45a0f579edd9e9
parente59e128f90aa2453d8881a622524df90feb9d22f
internal/runtime/cgroup: add line-by-line reader using a single scratch buffer

Change-Id: I6a6a636ca21edcc6f16705fbb72a5241d4f7f22d
Reviewed-on: https://go-review.googlesource.com/c/go/+/668637
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/internal/objabi/pkgspecial.go
src/go/build/deps_test.go
src/internal/runtime/cgroup/export_test.go [new file with mode: 0644]
src/internal/runtime/cgroup/line_reader.go [new file with mode: 0644]
src/internal/runtime/cgroup/line_reader_test.go [new file with mode: 0644]