• 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...
  • Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • 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...
  • how to call malloc() or free() in interrupt function
    my problem is how to use malloc or free function in interrupt function,because the function like malloc() or free() is non_reentrant.But i have to do it in interrupt function to save memory. what shall...
  • Using malloc
    Hi all, "when we use malloc function, memory from the heap gets reserved for particular data type." right now i am using 89v51rd2. in this case, does this reserved memory is from code segment or...