• How to malloc from the beginning of init_mempool.
    Hi, there, The malloc always allocate memory at the tail of the memory initialized by init_mempool(). How to make "malloc()" allocate memory from the beginning of the initialized memory? In details...
  • init_mempool()
    Hai all, Is init_mempool() necessary to use malloc? how do we use init_mempool() ,when & where.Pls reply me. reg, yos
  • init_mempool warning
    when compile below code, it will warning. Is there something wrong? man(void) { init_mempool(0, 100); } *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?C_INITSEG
  • undefined reference to `init_mempool
    i am using Keil uVision3 + ADUC7026, i am trying to allocate #include <ADuC7026.h> #include "stdio.h" #include "stdlib.h" unsigned char memory_pool[0x400]; int main (void) { int *i; init_mempool...
  • unable to understand the warnings displayed, on building project
    I am using Keil uvision4.I created a new project,saved it in a new folder in the desktop.here i chose the device Infenion's C051.opening the project,I created a new file and saved it with .c extension...