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

8
LINES

< > BotCompany Repo | #1018919 // dm_moduleSize - retained size of a module without AWT (data only)

JavaX fragment (include)

static long dm_moduleSize(O mod) {
  ret dm_moduleSize(mod, new guessDeepObjectSize_recursive_Data);
}
  
static long dm_moduleSize(O mod, guessDeepObjectSize_recursive_Data data) {
  data.realmsToIgnore = lithashset(getRealm(dm_os()));
  ret guessDeepObjectSize_recursive(data, dm_getModule(mod));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1018919
Snippet name: dm_moduleSize - retained size of a module without AWT (data only)
Eternal ID of this version: #1018919/9
Text MD5: b7b400d145936e93e7dba3a9ac37f8ab
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-18 13:25:02
Source code size: 307 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 247 / 301
Version history: 8 change(s)
Referenced in: [show references]