Home
last modified time | relevance | path

Searched refs:GarbageCollection (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/sysutils/doctl/doctl-1.68.0/do/
H A Dregistry.go56 type GarbageCollection struct { struct
57 *godo.GarbageCollection anonMember
84 GetGarbageCollection(string) (*GarbageCollection, error)
85 ListGarbageCollections(string) ([]GarbageCollection, error)
86 CancelGarbageCollection(string, string) (*GarbageCollection, error)
274 return &GarbageCollection{gc}, nil
283 return &GarbageCollection{gc}, nil
306 list := make([]GarbageCollection, len(si))
308 a := si[i].(*godo.GarbageCollection)
309 list[i] = GarbageCollection{a}
[all …]
/dports/net/storj/storj-1.45.3/satellite/
H A Dgc.go34 type GarbageCollection struct { struct
62 GarbageCollection struct { argument
70 …versionInfo version.Info, config *Config, atomicLogLevel *zap.AtomicLevel) (*GarbageCollection, er…
71 peer := &GarbageCollection{
148 peer.GarbageCollection.Service = gc.NewService(
150 config.GarbageCollection,
157 Run: peer.GarbageCollection.Service.Run,
160 debug.Cycle("Garbage Collection", peer.GarbageCollection.Service.Loop))
167 func (peer *GarbageCollection) Run(ctx context.Context) (err error) { argument
179 func (peer *GarbageCollection) Close() error { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/digitalocean/godo/
H A Dregistry.go31 …ction(context.Context, string, ...*StartGarbageCollectionRequest) (*GarbageCollection, *Response, …
32 GetGarbageCollection(context.Context, string) (*GarbageCollection, *Response, error)
33 …ListGarbageCollections(context.Context, string, *ListOptions) ([]*GarbageCollection, *Response, er…
34 …context.Context, string, string, *UpdateGarbageCollectionRequest) (*GarbageCollection, *Response, …
104 type GarbageCollection struct { struct
116 GarbageCollection *GarbageCollection `json:"garbage_collection,omitempty"` member
120 GarbageCollections []*GarbageCollection `json:"garbage_collections,omitempty"`
379 return root.GarbageCollection, resp, err
386 …iceOp) GetGarbageCollection(ctx context.Context, registry string) (*GarbageCollection, *Response, …
399 return root.GarbageCollection, resp, nil
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/digitalocean/godo/
H A Dregistry.go31 …ction(context.Context, string, ...*StartGarbageCollectionRequest) (*GarbageCollection, *Response, …
32 GetGarbageCollection(context.Context, string) (*GarbageCollection, *Response, error)
33 …ListGarbageCollections(context.Context, string, *ListOptions) ([]*GarbageCollection, *Response, er…
34 …context.Context, string, string, *UpdateGarbageCollectionRequest) (*GarbageCollection, *Response, …
104 type GarbageCollection struct { struct
116 GarbageCollection *GarbageCollection `json:"garbage_collection,omitempty"` member
120 GarbageCollections []*GarbageCollection `json:"garbage_collections,omitempty"`
379 return root.GarbageCollection, resp, err
386 …iceOp) GetGarbageCollection(ctx context.Context, registry string) (*GarbageCollection, *Response, …
399 return root.GarbageCollection, resp, nil
[all …]
/dports/sysutils/doctl/doctl-1.68.0/commands/displayers/
H A Dregistry.go255 type GarbageCollection struct { struct
256 GarbageCollections []do.GarbageCollection argument
259 var _ Displayable = &GarbageCollection{}
261 func (g *GarbageCollection) JSON(out io.Writer) error { argument
265 func (g *GarbageCollection) Cols() []string { argument
277 func (g *GarbageCollection) ColMap() map[string]string { argument
289 func (g *GarbageCollection) KV() []map[string]interface{} { argument
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/digitalocean/godo/
H A Dregistry.go33 …ction(context.Context, string, ...*StartGarbageCollectionRequest) (*GarbageCollection, *Response, …
34 GetGarbageCollection(context.Context, string) (*GarbageCollection, *Response, error)
35 …ListGarbageCollections(context.Context, string, *ListOptions) ([]*GarbageCollection, *Response, er…
36 …context.Context, string, string, *UpdateGarbageCollectionRequest) (*GarbageCollection, *Response, …
145 type GarbageCollection struct {
157 GarbageCollection *GarbageCollection `json:"garbage_collection,omitempty"`
161 GarbageCollections []*GarbageCollection `json:"garbage_collections,omitempty"`
468 return root.GarbageCollection, resp, err
475 …iceOp) GetGarbageCollection(ctx context.Context, registry string) (*GarbageCollection, *Response, …
488 return root.GarbageCollection, resp, nil
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/comments/
H A DModule.php5 use go\core\cron\GarbageCollection; alias
25 GarbageCollection::on(GarbageCollection::EVENT_RUN, static::class, 'garbageCollection');
/dports/sysutils/doctl/doctl-1.68.0/do/mocks/
H A DRegistryService.go39 func (m *MockRegistryService) CancelGarbageCollection(arg0, arg1 string) (*do.GarbageCollection, er…
42 ret0, _ := ret[0].(*do.GarbageCollection)
155 func (m *MockRegistryService) GetGarbageCollection(arg0 string) (*do.GarbageCollection, error) {
158 ret0, _ := ret[0].(*do.GarbageCollection)
185 func (m *MockRegistryService) ListGarbageCollections(arg0 string) ([]do.GarbageCollection, error) {
188 ret0, _ := ret[0].([]do.GarbageCollection)
274 …eCollection(arg0 string, arg1 *godo.StartGarbageCollectionRequest) (*do.GarbageCollection, error) {
277 ret0, _ := ret[0].(*do.GarbageCollection)
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/observer_cli/src/
H A Dobserver_cli_process.erl70 GarbageCollection = proplists:get_value(garbage_collection, MemoryUsed),
87 GarbageCollection
214 GarbageCollection
216 MinBinVHeapSize = proplists:get_value(min_bin_vheap_size, GarbageCollection),
217 MinHeapSize = proplists:get_value(min_heap_size, GarbageCollection),
218 FullSweepAfter = proplists:get_value(fullsweep_after, GarbageCollection),
219 MinorGcs = integer_to_list(proplists:get_value(minor_gcs, GarbageCollection)),
/dports/net/storj/storj-1.45.3/satellite/gc/
H A Dgc_test.go44 config.GarbageCollection.FalsePositiveRate = 0.000000001
45 config.GarbageCollection.Interval = 500 * time.Millisecond
55 gcService := satellite.GarbageCollection.Service
190 config.GarbageCollection.FalsePositiveRate = 0.000000001
191 config.GarbageCollection.Interval = 500 * time.Millisecond
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java51 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
74 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java51 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
74 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java51 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
74 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java51 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
74 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java50 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
73 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/gc/heapsummary/
H A DTestHeapSummaryEventConcurrentCMS.java50 recording.enable(EventNames.GarbageCollection).withThreshold(Duration.ofMillis(0)); in main()
73 if (!Events.isEventType(event, EventNames.GarbageCollection)) { in isCmsGcEvent()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/business/newsletters/
H A DModule.php6 use go\core\cron\GarbageCollection; alias
54 GarbageCollection::on(GarbageCollection::EVENT_RUN, static::class, 'onGarbageCollect');
/dports/sysutils/doctl/doctl-1.68.0/commands/
H A Dregistry.go62 cmd.AddCommand(GarbageCollection())
219 func GarbageCollection() *Command { func
238 displayerType(&displayers.GarbageCollection{}),
265 displayerType(&displayers.GarbageCollection{}),
277 displayerType(&displayers.GarbageCollection{}),
891 func displayGarbageCollections(c *CmdConfig, garbageCollections ...do.GarbageCollection) error { argument
892 item := &displayers.GarbageCollection{
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DTaskCategory.h34 GarbageCollection, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DTaskCategory.h34 GarbageCollection, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DTaskCategory.h34 GarbageCollection, enumerator
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DTaskCategory.h34 GarbageCollection, enumerator
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DTaskCategory.h34 GarbageCollection, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gc/
H A DOWNERS7 # COMPONENT: Blink>MemoryAllocator>GarbageCollection
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/
H A DOWNERS8 # COMPONENT: Blink>MemoryAllocator>GarbageCollection

12345678910