Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1032377 // dm_totalSystemMemory

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4016L/23K).

1  
static long dm_totalSystemMemory() {
2  
  O value = vmBus_query("totalSystemMemory");
3  
  if (value == null) {
4  
    dm_require("#1022569/MemoryTrayIcon");
5  
    value = vmBus_query("totalSystemMemory");
6  
  }
7  
  ret toLong(value);
8  
}

Author comment

Began life as a copy of #1032376

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032377
Snippet name: dm_totalSystemMemory
Eternal ID of this version: #1032377/2
Text MD5: d0d0c90ec0760c8df6b6bcf27810bdae
Transpilation MD5: e3cf862cc92097ad3a8aee5e06181449
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-05 22:04:18
Source code size: 228 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 119
Version history: 1 change(s)
Referenced in: [show references]