• 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...
  • 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...
  • far malloc
    Does anyone know if it is possible to malloc HDATA (far memory) rather than having to use XDATA on a Dallas 390 in continous mode?
  • malloc failing
    Hi, I currently encounter problems with malloc. I use microlib and configured the heap to be 32MBytes (0x02000000 bytes). Under some special circumstances (depending on the image date we get from...