Home
last modified time | relevance | path

Searched refs:GCState (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/python310/Python-3.10.1/Modules/
H A Dgcmodule.c35 typedef struct _gc_runtime_state GCState; typedef
131 static GCState *
140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
166 GCState *gcstate = &interp->gc; in _PyGC_Init()
1579 GCState *gcstate = get_gc_state(); in gc_set_debug_impl()
1594 GCState *gcstate = get_gc_state(); in gc_get_debug_impl()
1607 GCState *gcstate = get_gc_state(); in gc_set_threshold()
1630 GCState *gcstate = get_gc_state(); in gc_get_threshold_impl()
1647 GCState *gcstate = get_gc_state(); in gc_get_count_impl()
2131 GCState *gcstate = &interp->gc; in _PyGC_DumpShutdownStats()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dgcmodule.c35 typedef struct _gc_runtime_state GCState; typedef
131 static GCState *
140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
166 GCState *gcstate = &interp->gc; in _PyGC_Init()
1578 GCState *gcstate = get_gc_state(); in gc_set_debug_impl()
1593 GCState *gcstate = get_gc_state(); in gc_get_debug_impl()
1606 GCState *gcstate = get_gc_state(); in gc_set_threshold()
1629 GCState *gcstate = get_gc_state(); in gc_get_threshold_impl()
1646 GCState *gcstate = get_gc_state(); in gc_get_count_impl()
2130 GCState *gcstate = &interp->gc; in _PyGC_DumpShutdownStats()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgcmodule.c36 typedef struct _gc_runtime_state GCState; typedef
132 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
158 GCState *gcstate = &tstate->interp->gc; in _PyGC_Init()
920 GCState *gcstate, in handle_legacy_finalizers()
1182 GCState *gcstate = &tstate->interp->gc; in collect()
1344 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback()
1396 GCState *gcstate = &tstate->interp->gc; in collect_generations()
1462 GCState *gcstate = &tstate->interp->gc; in gc_enable_impl()
1478 GCState *gcstate = &tstate->interp->gc; in gc_disable_impl()
1494 GCState *gcstate = &tstate->interp->gc; in gc_isenabled_impl()
[all …]
/dports/games/gltron/gltron-0.70/lua/src/
H A Dlgc.c20 typedef struct GCState { struct
23 } GCState; argument
27 static void markobject (GCState *st, TObject *o);
50 static void markstack (lua_State *L, GCState *st) { in markstack()
57 static void marklock (lua_State *L, GCState *st) { in marklock()
66 static void markclosure (GCState *st, Closure *cl) { in markclosure()
76 static void marktagmethods (lua_State *L, GCState *st) { in marktagmethods()
88 static void markobject (GCState *st, TObject *o) { in markobject()
112 GCState st; in markall()
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlgc.c20 typedef struct GCState { struct
23 } GCState; argument
27 static void markobject (GCState *st, TObject *o);
50 static void markstack (lua_State *L, GCState *st) { in markstack()
57 static void marklock (lua_State *L, GCState *st) { in marklock()
66 static void markclosure (GCState *st, Closure *cl) { in markclosure()
76 static void marktagmethods (lua_State *L, GCState *st) { in marktagmethods()
88 static void markobject (GCState *st, TObject *o) { in markobject()
112 GCState st; in markall()
/dports/games/zangband/zangband/src/lua/
H A Dlgc.c20 typedef struct GCState { struct
23 } GCState; argument
27 static void markobject (GCState *st, TObject *o);
50 static void markstack (lua_State *L, GCState *st) { in markstack()
57 static void marklock (lua_State *L, GCState *st) { in marklock()
66 static void markclosure (GCState *st, Closure *cl) { in markclosure()
76 static void marktagmethods (lua_State *L, GCState *st) { in marktagmethods()
88 static void markobject (GCState *st, TObject *o) { in markobject()
112 GCState st; in markall()
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dlocal-store.hh253 struct GCState;
255 void deleteGarbage(GCState & state, const Path & path);
257 void tryToDelete(GCState & state, const Path & path);
259 bool canReachRoot(GCState & state, PathSet & visited, const Path & path);
261 void deletePathRecursive(GCState & state, const Path & path);
263 bool isActiveTempFile(const GCState & state,
274 void removeUnusedLinks(const GCState & state);
H A Dgc.cc486 struct LocalStore::GCState struct in nix::LocalStore
499 GCState(GCResults & results_) : results(results_), bytesInvalidated(0) { } in GCState() argument
503 bool LocalStore::isActiveTempFile(const GCState & state, in isActiveTempFile()
511 void LocalStore::deleteGarbage(GCState & state, const Path & path) in deleteGarbage()
519 void LocalStore::deletePathRecursive(GCState & state, const Path & path) in deletePathRecursive()
578 bool LocalStore::canReachRoot(GCState & state, PathSet & visited, const Path & path) in canReachRoot()
629 void LocalStore::tryToDelete(GCState & state, const Path & path) in tryToDelete()
674 void LocalStore::removeUnusedLinks(const GCState & state) in removeUnusedLinks()
718 GCState state(results); in collectGarbage()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dlgc.cpp25 typedef struct GCState { struct
31 } GCState; typedef
70 static void reallymarkobject (GCState *st, GCObject *o) { in reallymarkobject()
103 static void marktmu (GCState *st) { in marktmu()
150 static void traversetable (GCState *st, Table *h) { in traversetable()
190 static void traverseproto (GCState *st, Proto *f) { in traverseproto()
208 static void traverseclosure (GCState *st, Closure *cl) { in traverseclosure()
242 static void traversestack (GCState *st, lua_State *L1) { in traversestack()
261 static void propagatemarks (GCState *st) { in propagatemarks()
447 static void markroot (GCState *st, lua_State *L) { in markroot()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h26 enum GCState : uint8_t { enum
42 GCState gcState_ = NoGC;
66 GCState gcState() const { return gcState_; } in gcState()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h26 enum GCState : uint8_t { enum
42 GCState gcState_ = NoGC;
66 GCState gcState() const { return gcState_; } in gcState()
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h27 enum GCState : uint32_t { enum
73 GCState gcState() const { return GCState(uint32_t(gcState_)); } in gcState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dthread_state.h160 enum GCState { enum
262 void SetGCState(GCState);
263 GCState GetGCState() const { return gc_state_; } in GetGCState()
588 GCState gc_state_ = GCState::kNoGCScheduled;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dthread_state.h160 enum GCState { enum
263 void SetGCState(GCState);
264 GCState GetGCState() const { return gc_state_; } in GetGCState()
624 GCState gc_state_ = GCState::kNoGCScheduled;
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DHelperThreads.h152 JS::shadow::Zone::GCState state;
176 JS::shadow::Zone::GCState state) { in CancelOffThreadIonCompile()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DHelperThreads.h145 JS::shadow::Zone::GCState state;
169 JS::shadow::Zone::GCState state) { in CancelOffThreadIonCompile()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DHelperThreads.h145 JS::shadow::Zone::GCState state;
169 JS::shadow::Zone::GCState state) { in CancelOffThreadIonCompile()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.h199 enum GCState { enum
207 void setGCState(GCState state) { in setGCState()
243 GCState gcState() const { return gcState_; } in gcState()
529 GCState gcState_;
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DZone.h363 void changeGCState(GCState prev, GCState next);
621 const char* StateName(JS::Zone::GCState state);
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DHeapAPI.h137 enum GCState : uint8_t { NoGC, Mark, MarkGray, Sweep, Finished, Compact }; enum
143 GCState gcState_;
169 GCState gcState() const { return gcState_; } in gcState()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DZone.h177 enum GCState { enum
185 void setGCState(GCState state) { in setGCState()
437 GCState gcState_;
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DZone.h434 void changeGCState(GCState prev, GCState next);
700 const char* StateName(JS::Zone::GCState state);
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DHeapAPI.h188 enum GCState : uint8_t { enum
201 GCState gcState_;
227 GCState gcState() const { return gcState_; } in gcState()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZone.h451 void changeGCState(GCState prev, GCState next) { in changeGCState()
734 const char* StateName(JS::Zone::GCState state);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DZone.h434 void changeGCState(GCState prev, GCState next);
700 const char* StateName(JS::Zone::GCState state);

123