containerd/internal/nri
Danny Canter b41bb6df73 Avoid potential reallocs by pre-sizing some slices
There's a couple spots where we know exactly how large
the destination buffer should be, so pre-size these to
avoid any reallocs to a higher capacity.

Signed-off-by: Danny Canter <danny@dcantah.dev>
2024-07-19 13:05:49 -07:00
..
config.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
container_linux.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
container_other.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
container.go Avoid potential reallocs by pre-sizing some slices 2024-07-19 13:05:49 -07:00
domain.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
nri.go cri: ensure NRI API never has nil CRI 2024-06-28 15:32:11 -07:00
sandbox_linux.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
sandbox_other.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
sandbox.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00