Searched defs:fixalloc (Results 1 – 1 of 1) sorted by relevance
31 type fixalloc struct { struct32 size uintptr33 first func(arg, p unsafe.Pointer) // called first time p is returned34 arg unsafe.Pointer35 list *mlink36 chunk uintptr // use uintptr instead of unsafe.Pointer to avoid write barriers37 nchunk uint32 // bytes remaining in current chunk38 nalloc uint32 // size of new chunks in bytes39 inuse uintptr // in-use bytes now40 stat *sysMemStat[all …]