Home
last modified time | relevance | path

Searched defs:mcentral (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 spanclass spanClass
41 partial [2]spanSet // list of spans with a free object
42 full [2]spanSet // list of spans with no free objects
46 func (c *mcentral) init(spc spanClass) {
62 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
68 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
74 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
79 func (c *mcentral) cacheSpan() *mspan {
191 func (c *mcentral) uncacheSpan(s *mspan) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 spanclass spanClass
41 partial [2]spanSet // list of spans with a free object
42 full [2]spanSet // list of spans with no free objects
46 func (c *mcentral) init(spc spanClass) {
62 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
68 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
74 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
79 func (c *mcentral) cacheSpan() *mspan {
194 func (c *mcentral) uncacheSpan(s *mspan) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 spanclass spanClass
41 partial [2]spanSet // list of spans with a free object
42 full [2]spanSet // list of spans with no free objects
46 func (c *mcentral) init(spc spanClass) {
62 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
68 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
74 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
79 func (c *mcentral) cacheSpan() *mspan {
188 func (c *mcentral) uncacheSpan(s *mspan) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 spanclass spanClass
41 partial [2]spanSet // list of spans with a free object
42 full [2]spanSet // list of spans with no free objects
46 func (c *mcentral) init(spc spanClass) {
62 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
68 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
74 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
79 func (c *mcentral) cacheSpan() *mspan {
188 func (c *mcentral) uncacheSpan(s *mspan) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 spanclass spanClass
41 partial [2]spanSet // list of spans with a free object
42 full [2]spanSet // list of spans with no free objects
46 func (c *mcentral) init(spc spanClass) {
62 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
68 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
74 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
79 func (c *mcentral) cacheSpan() *mspan {
188 func (c *mcentral) uncacheSpan(s *mspan) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
150 func (c *mcentral) uncacheSpan(s *mspan) {
209 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
150 func (c *mcentral) uncacheSpan(s *mspan) {
209 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
159 func (c *mcentral) uncacheSpan(s *mspan) {
218 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
152 func (c *mcentral) uncacheSpan(s *mspan) {
185 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
150 func (c *mcentral) uncacheSpan(s *mspan) {
209 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
159 func (c *mcentral) uncacheSpan(s *mspan) {
218 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dmcentral.go20 type mcentral struct { struct
21 lock mutex
22 spanclass spanClass
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
24 empty mSpanList // list of spans with no free objects (or cached in an mcache)
29 nmalloc uint64
33 func (c *mcentral) init(spc spanClass) {
40 func (c *mcentral) cacheSpan() *mspan {
159 func (c *mcentral) uncacheSpan(s *mspan) {
218 func (c *mcentral) freeSpan(s *mspan, preserve bool, wasempty bool) bool {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmfixalloc.go20 // contains heap pointers.
22 // The caller is responsible for locking around FixAlloc calls.
24 // smashed by freeing and reallocating.
26 // Consider marking fixalloc'd types go:notinheap.
29 first func(arg, p unsafe.Pointer) // called first time p is returned
34 inuse uintptr // in-use bytes now
40 // Since assignments to mlink.next will result in a write barrier being performed
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmalloc.h510 MCentral mcentral; member