HomeSort by relevance Sort by last modified time
    Searched refs:Spans (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 22 allspans **mspan // all spans out there
26 sweepdone uint32 // all spans are swept
28 spans **mspan
32 spanBytesAlloc uint64 // bytes of spans allocated this cycle; updated atomically
45 arena_used uintptr // always mHeap_Map{Bits,Spans} before updating
147 // For allocated spans, their pages map to the span itself.
148 // For free spans, only the lowest and highest pages map to the span itself. Internal
151 var h_spans []*mspan // TODO: make this h.spans once mheap can be defined in Go
185 // It returns false for pointers into stack spans.
292 sp.array = unsafe.Pointer(h.spans)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 22 allspans **mspan // all spans out there
26 sweepdone uint32 // all spans are swept
28 spans **mspan
32 spanBytesAlloc uint64 // bytes of spans allocated this cycle; updated atomically
45 arena_used uintptr // always mHeap_Map{Bits,Spans} before updating
147 // For allocated spans, their pages map to the span itself.
148 // For free spans, only the lowest and highest pages map to the span itself. Internal
151 var h_spans []*mspan // TODO: make this h.spans once mheap can be defined in Go
185 // It returns false for pointers into stack spans.
292 sp.array = unsafe.Pointer(h.spans)
    [all...]

Completed in 163 milliseconds