Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dbuild.go191 if totalRAM := config.TotalRAM(); totalRAM != 0 {
Dconfig.go508 TotalPhysicalMemory: proto.Uint64(config.TotalRAM()),
1205 func (c *configImpl) TotalRAM() uint64 { func
/build/soong/cmd/soong_ui/
Dmain.go272 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))