Home
last modified time | relevance | path

Searched refs:memAllocL0Size (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/prog/
Dalloc.go19 mem [memAllocL1Size]*[memAllocL0Size]uint64
20 buf [memAllocL0Size]uint64
26 memAllocL0Size = 64 const
28 memAllocL0Mem = memAllocL0Size * memAllocGranule * bitsPerUint64
79 for i1 := uint64(0); i1 < ma.size/(memAllocL0Size*bitsPerUint64); i1++ {
90 i1 = idx / (memAllocL0Size * bitsPerUint64)
91 r1 := idx % (memAllocL0Size * bitsPerUint64)
100 ma.mem[i1] = new([memAllocL0Size]uint64)