-->
Page 1 of 1

os_realloc still exists ?

PostPosted: Tue Aug 18, 2015 8:43 am
by bcatalin
Does any one know it the os_realloc still exist in the SDK. I remember seeing it sometime but I can not find it now.

Re: os_realloc still exists ?

PostPosted: Wed Aug 19, 2015 1:34 am
by Grim Reaper
Yes, it still there. Use definitions below
Code: Select all#define os_realloc pvPortRealloc
void *pvPortRealloc(void* ptr, size_t size);

Re: os_realloc still exists ?

PostPosted: Wed Aug 19, 2015 2:11 am
by bcatalin
Thanks, I'll give it a try.