• will GNU printf() use malloc?
    I am calling GNU's printf and I find that the elf out contains following segment: .data 0x000802f4 0x444 c:/gnu/pc-cygwin/arm-elf/lib/libc.a(mallocr.o) 0x00080700 __malloc_top_pad 0x00080708 __malloc_max_sbrked_mem...
  • 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...
  • 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...
  • 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...