This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i do this?

hi, n e bod know how i can refrag the data in memory?

thx

ow btw, i have the 51 compiler.

Parents
  • yes, but the OP's motivation is probably memory fragmentation due to excessive usage of constructs such as 'malloc', hence wasted memory. OP: you can prevent this all together if you use static data instead. I'm curious: How do you know you suffer from this problem?

Reply
  • yes, but the OP's motivation is probably memory fragmentation due to excessive usage of constructs such as 'malloc', hence wasted memory. OP: you can prevent this all together if you use static data instead. I'm curious: How do you know you suffer from this problem?

Children