Home
last modified time | relevance | path

Searched refs:busylarge (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmheap.go35 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 Dmheap.go35 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 Dmheap.go35 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 Dmheap.go35 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 Dmheap.go35 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 Dmheap.go35 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 Dmheap.go35 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 Dmheap.c71 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 Dmalloc.h485 MSpan busylarge; // busy lists of large objects length >= MaxMHeapList member
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmheap.c71 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 Dmalloc.h485 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 Dmheap.c71 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 Dmalloc.h485 MSpan busylarge; // busy lists of large objects length >= MaxMHeapList member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/
H A Dlibgo-noext.diff658 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);