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

9
LINES

< > BotCompany Repo | #1031782 // objectSizeWithout - synonym of guessObjectSizeWithout

JavaX fragment (include)

static long objectSizeWithout(Cl objectsToIgnore, O o) {
  ret guessObjectSizeWithout(objectsToIgnore, o);
}



static long objectSizeWithout(O o, Cl objectsToIgnore) {
  ret guessObjectSizeWithout(o, objectsToIgnore);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031782
Snippet name: objectSizeWithout - synonym of guessObjectSizeWithout
Eternal ID of this version: #1031782/1
Text MD5: 162d4bb590a9767bbd82ea8b98867323
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 18:28:25
Source code size: 220 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 136
Referenced in: [show references]