Here's a few dumb questions:
- Which processor are you using?
- how much memory do you have, and how much is left?
- is it a static allocation of a buffer (at a specific address), or are you allocating from the heap, or the stack (inside a subroutine or object)?
|