Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for profilealloc (0.26 sec)

  1. src/runtime/arena.go

    		}
    		// Note cache c only valid while m acquired; see #47302
    		if rate != 1 && userArenaChunkBytes < c.nextSample {
    			c.nextSample -= userArenaChunkBytes
    		} else {
    			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
    		}
    	}
    	mp.mallocing = 0
    	releasem(mp)
    
    	// Again, because this chunk counts toward heapLive, potentially trigger a GC.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top