Searched defs:traceRegionAlloc (Results 1 – 1 of 1) sorted by relevance
17 type traceRegionAlloc struct { struct18 lock mutex19 dropping atomic.Bool // For checking invariants.20 current atomic.UnsafePointer // *traceRegionAllocBlock21 full *traceRegionAllocBlock43 func (a *traceRegionAlloc) alloc(n uintptr) *notInHeap {100 func (a *traceRegionAlloc) drop() {