1 | static long dm_moduleSize(O mod) {
|
2 | ret dm_moduleSize(mod, new guessDeepObjectSize_recursive_Data); |
3 | } |
4 | |
5 | static long dm_moduleSize(O mod, guessDeepObjectSize_recursive_Data data) {
|
6 | data.realmsToIgnore = lithashset(getRealm(dm_os())); |
7 | ret guessDeepObjectSize_recursive(data, dm_getModule(mod)); |
8 | } |
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: | 561 / 616 |
| Version history: | 8 change(s) |
| Referenced in: | [show references] |