Home
last modified time | relevance | path

Searched defs:finalizer (Results 1 – 25 of 3183) sorted by relevance

12345678910>>...128

/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dcommongc_internal.h58 typedef struct finalizer { struct
67 struct finalizer *next; argument
69 struct finalizer *prev; argument
70 struct finalizer *left; argument
71 struct finalizer *right; argument
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dcommongc_internal.h58 typedef struct finalizer { struct
67 struct finalizer *next; argument
69 struct finalizer *prev; argument
70 struct finalizer *left; argument
71 struct finalizer *right; argument
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Caching/
H A DLRU2QCache.cs35 public virtual object Produce(object key, IFunction4 producer, IProcedure4 finalizer in Produce()
62 private void DiscardPage(IProcedure4 finalizer) in DiscardPage()
74 private void DiscardPageFrom(CircularBuffer4 list, IProcedure4 finalizer) in DiscardPageFrom()
79 private void Discard(object key, IProcedure4 finalizer) in Discard()
H A DLRU2QLongCache.cs34 public virtual object Produce(object key, IFunction4 producer, IProcedure4 finalizer in Produce()
57 private void DiscardPage(IProcedure4 finalizer) in DiscardPage()
69 private void DiscardPageFrom(CircularLongBuffer4 list, IProcedure4 finalizer) in DiscardPageFrom()
74 private void Discard(long key, IProcedure4 finalizer) in Discard()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 nret uintptr // bytes of return values from fn
45 fint *_type // type of first argument of fn
46 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmfinal.go42 type finalizer struct { struct
43 fn *funcval // function to call (may be a heap pointer)
44 arg unsafe.Pointer // ptr to object (may be a heap pointer)
45 nret uintptr // bytes of return values from fn
46 fint *_type // type of first argument of fn
47 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DOptionRom.py41 # @retval string Generated OptROM file path
44 if not Flag:
45 GenFdsGlobalVariable.InfLogger( "\nGenerating %s Option ROM ..." %self.DriverName)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 nret uintptr // bytes of return values from fn
45 fint *_type // type of first argument of fn
46 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/cadna/
H A Dstensor_eigenvalues.cxx11 * project under specific licensing conditions. in finalizer()
31 s.computeEigenValues(vp1,vp2,vp3); in finalizer()
32 assert(std::abs(vp1-0)<1.e-14); in finalizer()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_35.f9011 FINAL :: finalizer !No leak if this line is commented method
31 subroutine finalizer(this) subroutine
33 end subroutine finalizer argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmfinal.go41 type finalizer struct { struct
42 fn *funcval // function to call (may be a heap pointer)
43 arg unsafe.Pointer // ptr to object (may be a heap pointer)
44 ft *functype // type of fn (unlikely, but may be a heap pointer)
45 ot *ptrtype // type of ptr to object (may be a heap pointer)

12345678910>>...128