Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmfixalloc.go31 type fixalloc struct { struct
32 size uintptr
33 first func(arg, p unsafe.Pointer) // called first time p is returned
34 arg unsafe.Pointer
35 list *mlink
36 chunk uintptr // use uintptr instead of unsafe.Pointer to avoid write barriers
37 nchunk uint32 // bytes remaining in current chunk
38 nalloc uint32 // size of new chunks in bytes
39 inuse uintptr // in-use bytes now
40 stat *sysMemStat
[all …]