• 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...
  • problem with calloc()
    Hi. I'm having a small problem, when I use calloc() in my application the application wont start up, it never reach main. Are there some setting that I need to enable, or.. Hope somebody...
  • Memory allocation
    Hello all, I am new to developing code for ARM based processors under the Keil environment and as such finding my way around the IDE. Can someone clarify how to accurately establish the following...
  • Allocating memory, Memory Space Exhuasted
    Does anyone know how to prevent this situation? On my old celeron 400mhz, running windows 2000 pro, I compile a file and my app runs fine. On my brand new P4 1.8ghz running XP. I compile the same...
  • 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...