Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocSmall3 (0.08 sec)

  1. test/heapsampling.go

    	}
    }
    
    // Three separate instances of testing to avoid flakes. Will report an error
    // only if they all consistently report failures.
    func allocSmall1(n int) {
    	allocSmall(n)
    }
    
    func allocSmall2(n int) {
    	allocSmall(n)
    }
    
    func allocSmall3(n int) {
    	allocSmall(n)
    }
    
    // checkAllocations validates that the profile records collected for
    // the named function are consistent with count contiguous allocations
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 27 21:36:06 UTC 2022
    - 9.7K bytes
    - Viewed (0)
Back to top