Home
last modified time | relevance | path

Searched refs:bitmap_mapped (Results 1 – 25 of 26) sorted by last modified time

12

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
H A Dmheap.go118 bitmap_mapped uintptr member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmalloc.h499 uintptr bitmap_mapped; member
H A Dmgc0.c2751 if(h->bitmap_mapped >= n) in runtime_MHeap_MapBits()
2754 runtime_SysMap(h->arena_start - n, n - h->bitmap_mapped, h->arena_reserved, &mstats.gc_sys); in runtime_MHeap_MapBits()
2755 h->bitmap_mapped = n; in runtime_MHeap_MapBits()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
H A Dmheap.go118 bitmap_mapped uintptr member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go118 bitmap_mapped uintptr member
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
H A Dmheap.go118 bitmap_mapped uintptr member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go118 bitmap_mapped uintptr member
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
H A Dmheap.go112 bitmap_mapped uintptr member
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmbitmap.go156 if h.bitmap_mapped >= n {
160 sysMap(unsafe.Pointer(h.bitmap-n), n-h.bitmap_mapped, h.arena_reserved, &memstats.gc_sys)
161 h.bitmap_mapped = n
H A Dmheap.go118 bitmap_mapped uintptr member
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h499 uintptr bitmap_mapped; member
H A Dmgc0.c2751 if(h->bitmap_mapped >= n) in runtime_MHeap_MapBits()
2754 runtime_SysMap(h->arena_start - n, n - h->bitmap_mapped, h->arena_reserved, &mstats.gc_sys); in runtime_MHeap_MapBits()
2755 h->bitmap_mapped = n; in runtime_MHeap_MapBits()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmgc0.c2751 if(h->bitmap_mapped >= n) in runtime_MHeap_MapBits()
2754 runtime_SysMap(h->arena_start - n, n - h->bitmap_mapped, h->arena_reserved, &mstats.gc_sys); in runtime_MHeap_MapBits()
2755 h->bitmap_mapped = n; in runtime_MHeap_MapBits()
H A Dmalloc.h499 uintptr bitmap_mapped; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmgc0.c2519 if(h->bitmap_mapped >= n) in runtime_MHeap_MapBits()
2525 runtime_SysMap(h->arena_start - n, n - h->bitmap_mapped, &mstats.gc_sys); in runtime_MHeap_MapBits()
2526 h->bitmap_mapped = n; in runtime_MHeap_MapBits()
H A Dmalloc.h413 uintptr bitmap_mapped; member
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dmgc0.c2476 if(h->bitmap_mapped >= n) in runtime_MHeap_MapBits()
2482 runtime_SysMap(h->arena_start - n, n - h->bitmap_mapped); in runtime_MHeap_MapBits()
2483 h->bitmap_mapped = n; in runtime_MHeap_MapBits()
H A Dmalloc.h421 uintptr bitmap_mapped; member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dmalloc.h413 uintptr bitmap_mapped; member

12