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: | 560 / 615 |
| Version history: | 8 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018933 - dm_moduleCodeSize - estimated #1018939 - dm_moduleSize2 - retained size of a module without AWT - include main class #1022103 - dm_moduleSize_debug - retained size of a module without AWT #1030414 - guessObjectSizeWithout |