Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traceSnapshotMemory (0.38 sec)

  1. src/runtime/traceallocfree.go

    )
    
    // traceSnapshotMemory takes a snapshot of all runtime memory that there are events for
    // (heap spans, heap objects, goroutine stacks, etc.) and writes out events for them.
    //
    // The world must be stopped and tracing must be enabled when this function is called.
    func traceSnapshotMemory(gen uintptr) {
    	assertWorldStopped()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:32:51 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top