Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mspanSpecial (0.19 sec)

  1. src/runtime/mklockrank.go

    # Above MALLOC are things that can allocate memory.
    < MALLOC
    # Below MALLOC is the malloc implementation.
    < fin,
      spanSetSpine,
      mspanSpecial,
      traceTypeTab,
      MPROF;
    
    # We can acquire gcBitsArenas for pinner bits, and
    # it's guarded by mspanSpecial.
    MALLOC, mspanSpecial < gcBitsArenas;
    
    # Memory profiling
    MPROF < profInsert, profBlock, profMemActive;
    profMemActive < profMemFuture;
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. src/runtime/lockrank.go

    	lockRankTraceBuf:        "traceBuf",
    	lockRankTraceStrings:    "traceStrings",
    	lockRankFin:             "fin",
    	lockRankSpanSetSpine:    "spanSetSpine",
    	lockRankMspanSpecial:    "mspanSpecial",
    	lockRankTraceTypeTab:    "traceTypeTab",
    	lockRankGcBitsArenas:    "gcBitsArenas",
    	lockRankProfInsert:      "profInsert",
    	lockRankProfBlock:       "profBlock",
    	lockRankProfMemActive:   "profMemActive",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top