• GNU: Problem with malloc function
    Im using the Codesourcery GNU tool chain with the Keil 4 eval version. The malloc function is not working, it just returns NULL. I found a knowledgebase article, GCC: CONFIGURING MALLOC FUNCTION...
  • GNU: Problem with malloc function
    Im using the Codesourcery GNU tool chain with the Keil 4 eval version. The malloc function is not working, it just returns NULL. I found a knowledgebase article, GCC: CONFIGURING MALLOC FUNCTION...
  • Compiler 5 or 6 malloc source code
    Hello, the alloc source code functions for C166 compiler are provided on the Keil site ( https://www.keil.com/download/docs/18.asp ) as alloc166.zip. I need the code for STM32F4, therefore compiler...
  • problem about malloc()
    Hello, When I use malloc() like p = malloc(LIST_INIT_SIZE*sizeof(unsigned int)) It will allways get 0x000000,and if it is used like that i = LIST_INIT_SIZE*sizeof(unsigned int); p...
  • problem about malloc()
    Hello, When I use malloc() like p = malloc(LIST_INIT_SIZE*sizeof(unsigned int)) It will allways get 0x000000,and if it is used like that i = LIST_INIT_SIZE*sizeof(unsigned int); p...