• Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • Malloc
    I'm using the MCBx51 V2.1 prototype Board with the Keil uVision2 software, but I have some problems with memory allocation. This is the code that i had typed. p = malloc (1000); if (p == NULL...
  • 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...
  • malloc with no heap
    Just curious about something I've noticed. I've been using RTX for a project and forgot to change my heap size to something non-zero. I am using malloc's in my code and seemingly have no problems...
  • malloc trouble
    Hi, I am working with a hardware/firmware combination that have worked together previously, however I have just installed keil on a new computer. When I compile the firmware and program the AT91SAM7SE256...