• init_mempool()
    Hai all, Is init_mempool() necessary to use malloc? how do we use init_mempool() ,when & where.Pls reply me. reg, yos
  • Unable to understand "init_mempool", "malloc", etc functions
    Hello, I am using Keil uVision3 V3.55 for Si-labs C8051F02X series. I am using "init_mempool" function, so that I can use the functions like "malloc", "free", etc. Here is my source code -- #include...
  • 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...
  • Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...