* Determines the total amount of memory available to the host, as from * `os.totalmem`. * * @private * @method memoryTotal * @return {Number} The total memory in bytes.
()
| 306 | * @return {Number} The total memory in bytes. |
| 307 | */ |
| 308 | memoryTotal() { |
| 309 | return os.totalmem(); |
| 310 | }, |
| 311 | |
| 312 | /** |
| 313 | * Determines the amount of memory currently being used by the current Node |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…