Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for framecap (0.07 sec)

  1. src/runtime/mfinal.go

    				framesz := unsafe.Sizeof((any)(nil)) + f.nret
    				if framecap < framesz {
    					// The frame does not contain pointers interesting for GC,
    					// all not yet finalized objects are stored in finq.
    					// If we do not mark it as FlagNoScan,
    					// the last finalized object is not collected.
    					frame = mallocgc(framesz, nil, true)
    					framecap = framesz
    				}
    
    				if f.fint == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 01:56:56 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top