Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dalloc.go24 memAllocGranule = 64 // 1 bit per that many bytes (all allocations are rounded to this size) const
28 memAllocL0Mem = memAllocL0Size * memAllocGranule * bitsPerUint64
40 size: totalMemSize / memAllocGranule,
47 addr := addr0 / memAllocGranule
48 size := (addr0+size0+memAllocGranule-1)/memAllocGranule - addr
58 size := (size0 + memAllocGranule - 1) / memAllocGranule
69 start0 := start * memAllocGranule