Home
last modified time | relevance | path

Searched refs:CapacityBytes (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dvector.h23 CapacityBytes = 0; in init()
30 unmap(Data, CapacityBytes); in destroy()
59 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 unmap(Data, CapacityBytes); in reallocate()
94 CapacityBytes = NewCapacityBytes; in reallocate()
98 uptr CapacityBytes; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dvector.h24 CapacityBytes = sizeof(LocalData);
29 unmap(Data, CapacityBytes); in destroy()
58 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
90 CapacityBytes = NewCapacity; in reallocate()
95 uptr CapacityBytes = 0; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dvector.h24 CapacityBytes = sizeof(LocalData);
30 unmap(Data, CapacityBytes); in destroy()
59 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
91 CapacityBytes = NewCapacity; in reallocate()
96 uptr CapacityBytes = 0; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dvector.h24 CapacityBytes = sizeof(LocalData);
29 unmap(Data, CapacityBytes); in destroy()
58 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
90 CapacityBytes = NewCapacity; in reallocate()
95 uptr CapacityBytes = 0; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h24 CapacityBytes = sizeof(LocalData);
29 unmap(Data, CapacityBytes); in destroy()
58 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
90 CapacityBytes = NewCapacity; in reallocate()
95 uptr CapacityBytes = 0; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dvector.h24 CapacityBytes = sizeof(LocalData);
29 unmap(Data, CapacityBytes); in destroy()
58 uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
90 CapacityBytes = NewCapacity; in reallocate()
95 uptr CapacityBytes = 0; variable
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/metrics/collectors/
H A Dvolume_stats_test.go61 CapacityBytes: newUint64Pointer(1.0434699264e+10),
74 CapacityBytes: newUint64Pointer(1.0434699264e+10),
97 CapacityBytes: newUint64Pointer(1.0434699264e+10),
H A Dvolume_stats.go117 addGauge(volumeStatsCapacityBytesDesc, pvcRef, float64(*volumeStat.CapacityBytes))
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dcsi_endpoint.go216 resp.CapacityBytes = cresp.Volume.CapacityBytes
293 CapacityBytes: entry.Volume.CapacityBytes,
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/drivers/csi-test/mock/service/
H A Dcontroller.go713 if v.CapacityBytes > requestBytes {
718 CapacityBytes: requestBytes,
723 if v.CapacityBytes == requestBytes {
724 …fficient, no need to expand", "requested", requestBytes, "current", v.CapacityBytes, "volumeID", v…
729 v.CapacityBytes = requestBytes
/dports/sysutils/nomad/nomad-1.1.0/plugins/csi/
H A Dplugin.go581 CapacityBytes: vol.GetCapacityBytes(),
589 CapacityBytes int64 member
659 CapacityBytes: vol.CapacityBytes,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/server/stats/
H A Dvolume_stat_calculator_test.go232 CapacityBytes: &capacity,
271 CapacityBytes: &capacity,
H A Dvolume_stat_calculator.go197 FsStats: stats.FsStats{Time: metric.Time, AvailableBytes: &available, CapacityBytes: &capacity,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/stats/
H A Dhelper.go340 CapacityBytes: &rootFs.Capacity,
356 CapacityBytes: &imageFs.Capacity,
379 CapacityBytes: &rootFsInfo.Capacity,
H A Dhost_stats_provider.go157 CapacityBytes: &rootFsInfo.Capacity,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/images/
H A Dimage_gc_manager.go281 if fsStats.CapacityBytes != nil {
282 capacity = int64(*fsStats.CapacityBytes)
H A Dimage_gc_manager_test.go387 CapacityBytes: uint64Ptr(1000),
414 CapacityBytes: uint64Ptr(1000),
433 CapacityBytes: uint64Ptr(1000),
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubelet/pkg/apis/stats/v1alpha1/
H A Dtypes.go289 CapacityBytes *uint64 `json:"capacityBytes,omitempty"` member
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Deviction_test.go748 …& summary.Node.Runtime.ImageFs != nil && summary.Node.Runtime.ImageFs.CapacityBytes != nil && summ…
749 …s: %d, imageFsInfo.AvailableBytes: %d", *summary.Node.Runtime.ImageFs.CapacityBytes, *summary.Node…
751 …if summary.Node.Fs != nil && summary.Node.Fs.CapacityBytes != nil && summary.Node.Fs.AvailableByte…
752 …o.CapacityBytes: %d, rootFsInfo.AvailableBytes: %d", *summary.Node.Fs.CapacityBytes, *summary.Node…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/eviction/
H A Dhelpers.go684 if nodeFs.AvailableBytes != nil && nodeFs.CapacityBytes != nil {
687 capacity: resource.NewQuantity(int64(*nodeFs.CapacityBytes), resource.BinarySI),
701 if imageFs.AvailableBytes != nil && imageFs.CapacityBytes != nil {
704 capacity: resource.NewQuantity(int64(*imageFs.CapacityBytes), resource.BinarySI),

123