1 2 3 4 5 6 7
#include <stdlib.h> void * _pvalloc_r (struct _reent *ptr, size_t bytes) { return pvalloc (bytes); }