Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for freeUserArenaChunk (0.7 sec)

  1. src/runtime/arena.go

    	}
    	return s.isUserArenaChunk
    }
    
    // freeUserArenaChunk releases the user arena represented by s back to the runtime.
    //
    // x must be a live pointer within s.
    //
    // The runtime will set the user arena to fault once it's safe (the GC is no longer running)
    // and then once the user arena is no longer referenced by the application, will allow it to
    // be reused.
    func freeUserArenaChunk(s *mspan, x unsafe.Pointer) {
    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