heap chunk_fields struct optimistic #52191
Unanswered
wu1045718093
asked this question in
Ideas
Replies: 3 comments
-
Maximum Managed Memory 16Gb->8Gb(big heap mode) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
design detail |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
we can use the bottom 2 bits for the current block and prev block used flag. when the previous block flag is 0 means the previous is free, so we can use the previous block store LEFT_SIZE field. after this, we just used extra 4 bytes(big heap mode) to store a using block
refer:https://github.com/mattconte/tlsf
Beta Was this translation helpful? Give feedback.
All reactions