• Realloc Function Dont Work Correct
    Hi all, I want to use Dynamic Memory Allocation Functions. My platform is NXP LPC1768 (Cortex M3). My Heap Size Defined as 4096 Bytes in lpc17xx_startup.s file. First of all, I allocate an...
  • Realloc Function Dont Work Correct
    Hi all, I want to use Dynamic Memory Allocation Functions. My platform is NXP LPC1768 (Cortex M3). My Heap Size Defined as 4096 Bytes in lpc17xx_startup.s file. First of all, I allocate an...
  • realloc() crashed
    Hi, does anybody ever work with realloc() and RTX-51 together? do malloc(), free(), realloc() functions make some trouble when work with multitasks? Since RTX-51 only can manage the fix size memory pools...
  • realloc() crashed
    Hi, does anybody ever work with realloc() and RTX-51 together? do malloc(), free(), realloc() functions make some trouble when work with multitasks? Since RTX-51 only can manage the fix size memory pools...
  • Issue with using realloc()
    Using arm-none-eabi-gcc on linux. I am using realloc() on a M3 and find that it does not seem to free the unused blocks ? Here is the sequence I use: uint8_t a = malloc(1000); uint8_t b = realloc...