sourcegraph/internal/memcmd
Varun Gandhi 5409f631e9
chore: Rename type Bytes -> Size (#64183)
The old name 'Bytes' made it sound like it was supposed
to hold a []byte or a similar structure, whereas the type
actually represents a _size_ (in units of bytes).
2024-07-31 11:37:12 +00:00
..
BUILD.bazel feat/internal/memcmd: ignore context cancellation errors from Stop() (#63208) 2024-06-11 12:23:39 -07:00
observer_darwin_test.go feat/internal/memcmd: add internal/memcmd package to allow for memory tracking of exec.Cmd processes (#62803) 2024-06-10 14:20:15 -07:00
observer_darwin.go chore: Rename type Bytes -> Size (#64183) 2024-07-31 11:37:12 +00:00
observer_example_test.go feat/internal/memcmd: add internal/memcmd package to allow for memory tracking of exec.Cmd processes (#62803) 2024-06-10 14:20:15 -07:00
observer_linux_test.go chore: Rename type Bytes -> Size (#64183) 2024-07-31 11:37:12 +00:00
observer_linux.go chore: Rename type Bytes -> Size (#64183) 2024-07-31 11:37:12 +00:00
observer_test.go feat/internal/memcmd: add internal/memcmd package to allow for memory tracking of exec.Cmd processes (#62803) 2024-06-10 14:20:15 -07:00
observer.go chore: Rename type Bytes -> Size (#64183) 2024-07-31 11:37:12 +00:00