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

8
LINES

< > BotCompany Repo | #1018939 // dm_moduleSize2 - retained size of a module without AWT - include main class

JavaX fragment (include)

static long dm_moduleSize2(O mod) {
  new guessDeepObjectSize_recursive_Data data;
  data.realmsToIgnore = lithashset(getRealm(dm_os()));
  data.seen.add(javax());
  O module = dm_getModule(mod);
  data.stack.add(getMainClass(module));
  ret guessDeepObjectSize_recursive(data, module);
}

Author comment

Began life as a copy of #1018919

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018939
Snippet name: dm_moduleSize2 - retained size of a module without AWT - include main class
Eternal ID of this version: #1018939/2
Text MD5: ab3c02701a93b3f6aff9d397aaea91db
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-16 03:03:15
Source code size: 295 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 305 / 327
Version history: 1 change(s)
Referenced in: [show references]