Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 71 of 71 for bursty (0.16 sec)

  1. src/runtime/mheap.go

    //
    // When a mspan is allocated, state == mSpanInUse or mSpanManual
    // and heapmap(i) == span for all s->start <= i < s->start+s->npages.
    
    // Every mspan is in one doubly-linked list, either in the mheap's
    // busy list or one of the mcentral's span lists.
    
    // An mspan representing actual memory has state mSpanInUse,
    // mSpanManual, or mSpanFree. Transitions between these states are
    // constrained as follows:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top