/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 497 h.busylarge.init() 603 if h.reclaimList(&h.busylarge, npage) != 0 { 701 h.busylarge.insertBack(s) 1083 return &h.busylarge
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/ |
H A D | mheap.go | 35 busylarge mSpanList // busy lists of large spans length >= _MaxMHeapList member 517 h.busylarge.init() 623 if h.reclaimList(&h.busylarge, npage) != 0 { 718 h.busylarge.insertBack(s) 1100 return &h.busylarge
|
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/ |
H A D | mheap.c | 71 runtime_MSpanList_Init(&h->busylarge); in runtime_MHeap_Init() 146 if(MHeap_ReclaimList(h, &h->busylarge, npage)) in MHeap_Reclaim() 191 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_Alloc() 947 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_SplitSpan()
|
H A D | malloc.h | 485 MSpan busylarge; // busy lists of large objects length >= MaxMHeapList member
|
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/ |
H A D | mheap.c | 71 runtime_MSpanList_Init(&h->busylarge); in runtime_MHeap_Init() 146 if(MHeap_ReclaimList(h, &h->busylarge, npage)) in MHeap_Reclaim() 191 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_Alloc() 947 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_SplitSpan()
|
H A D | malloc.h | 485 MSpan busylarge; // busy lists of large objects length >= MaxMHeapList member
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/ |
H A D | mheap.c | 71 runtime_MSpanList_Init(&h->busylarge); in runtime_MHeap_Init() 146 if(MHeap_ReclaimList(h, &h->busylarge, npage)) in MHeap_Reclaim() 191 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_Alloc() 947 runtime_MSpanList_InsertBack(&h->busylarge, s); in runtime_MHeap_SplitSpan()
|
H A D | malloc.h | 485 MSpan busylarge; // busy lists of large objects length >= MaxMHeapList member
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/ |
H A D | libgo-noext.diff | 658 runtime_MSpanList_Init(&h->busylarge); 705 runtime_MSpanList_InsertBack(&h->busylarge, s); 810 // must be in h->busy/busylarge 835 runtime_MSpanList_InsertBack(&h->busylarge, s);
|