Files
kubernetes/pkg
Kubernetes Submit Queue 3193bedb33 Merge pull request #34948 from wojtek-t/avoid_unnecessary_allocation
Automatic merge from submit-queue

Avoid unnecessary allocation

This is supposed to avoid unnecessary memory allocations.

PodToSelectableFields seems to be the biggest contributor to memory allocations:
```
Showing top 10 nodes out of 247 (cum >= 83166442)
      flat  flat%   sum%        cum   cum%
1796823715 31.09% 31.09% 1796823715 31.09%  k8s.io/kubernetes/pkg/registry/core/pod.PodToSelectableFields
 530856268  9.19% 40.28%  530856268  9.19%  k8s.io/kubernetes/pkg/storage.NamespaceKeyFunc
 241505351  4.18% 44.46%  241505351  4.18%  reflect.unsafe_New
...
```
2016-10-17 22:54:26 -07:00
..
2016-10-17 09:11:20 -07:00
2016-09-19 09:57:19 -04:00
2016-10-17 09:11:20 -07:00
2016-10-12 15:36:01 +02:00
2016-10-14 11:27:32 -04:00
2016-08-31 13:46:40 -07:00
2016-08-25 10:57:31 -07:00
2016-10-13 13:15:19 -04:00
2016-10-14 11:27:32 -04:00
2016-09-29 17:35:43 -07:00
2016-08-22 14:18:15 -04:00
2016-10-17 09:11:20 -07:00
2016-10-14 14:54:01 +03:00
2016-10-12 11:54:47 -07:00