1 | srecord UsedCommittedMax(long used, long committed, long max) {
|
2 | long free() { ret max-used; }
|
3 | long used() { ret used; }
|
4 | long max() { ret max; }
|
5 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032768 |
| Snippet name: | UsedCommittedMax |
| Eternal ID of this version: | #1032768/4 |
| Text MD5: | e498560099ba0fe468dc08a16c654fce |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 02:18:05 |
| Source code size: | 155 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 421 / 501 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |