Home
last modified time | relevance | path

Searched refs:spanalloc (Results 1 – 25 of 73) sorted by last modified time

123

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dexport_test.go1154 s = (*mspan)(mheap_.spanalloc.alloc())
1164 mheap_.spanalloc.free(unsafe.Pointer(s))
H A Dmetrics.go441 a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
H A Dmheap.go209 spanalloc fixalloc // allocator for span* member
701 h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
715 h.spanalloc.zero = false
1061 return (*mspan)(h.spanalloc.alloc())
1067 pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
1099 h.spanalloc.free(unsafe.Pointer(s))
H A Dmstats.go543 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
H A Dproc.go4869 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmetrics.go441 a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
H A Dmheap.go212 spanalloc fixalloc // allocator for span* member
704 h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
718 h.spanalloc.zero = false
1072 return (*mspan)(h.spanalloc.alloc())
1078 pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
1110 h.spanalloc.free(unsafe.Pointer(s))
H A Dexport_test.go1154 s = (*mspan)(mheap_.spanalloc.alloc())
1164 mheap_.spanalloc.free(unsafe.Pointer(s))
H A Dproc.go4520 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
H A Dmstats.go543 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dexport_test.go1164 s = (*mspan)(mheap_.spanalloc.alloc())
1174 mheap_.spanalloc.free(unsafe.Pointer(s))
H A Dmetrics.go374 a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
H A Dmheap.go211 spanalloc fixalloc // allocator for span* member
705 h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
718 h.spanalloc.zero = false
1066 return (*mspan)(h.spanalloc.alloc())
1072 pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
1104 h.spanalloc.free(unsafe.Pointer(s))
H A Dmstats.go613 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
H A Dproc.go4376 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmheap.go201 spanalloc fixalloc // allocator for span* member
673 h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
686 h.spanalloc.zero = false
1019 return (*mspan)(h.spanalloc.alloc())
1025 pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
1055 h.spanalloc.free(unsafe.Pointer(s))
H A Dmstats.go517 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
H A Dproc.go3855 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmstats.go509 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
H A Dmheap.go188 spanalloc fixalloc // allocator for span* member
461 h.spanalloc.free(unsafe.Pointer(other))
779 h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
792 h.spanalloc.zero = false
1175 t := (*mspan)(h.spanalloc.alloc())
1248 s := (*mspan)(h.spanalloc.alloc())
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dproc.go4376 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
H A Dmstats.go613 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
H A Dmetrics.go374 a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dproc.go4376 mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
H A Dmstats.go613 memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)

123