• Checking variable space, possibility of dynamic memory allocation
    I am sampling a signal and would like to store values in an array. Array is storing 50000 samples values. I would like to know the space occupied by this array variable how can i know ? where can I know...
  • Checking variable space, possibility of dynamic memory allocation
    I am sampling a signal and would like to store values in an array. Array is storing 50000 samples values. I would like to know the space occupied by this array variable how can i know ? where can I know...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...
  • Memory model vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...
  • Memory allocation
    Hello, I want to allocate a memory in a memory pool, so I call "init_mempool" function like this: init_mempool (&XBYTE[0x0400], 0x0C00); How can I know that the memory pool doesn't overlay on other...