Searched refs:memAllocGranule (Results 1 – 1 of 1) sorted by relevance
24 memAllocGranule = 64 // 1 bit per that many bytes (all allocations are rounded to this size) const28 memAllocL0Mem = memAllocL0Size * memAllocGranule * bitsPerUint6440 size: totalMemSize / memAllocGranule,47 addr := addr0 / memAllocGranule48 size := (addr0+size0+memAllocGranule-1)/memAllocGranule - addr58 size := (size0 + memAllocGranule - 1) / memAllocGranule69 start0 := start * memAllocGranule