1 2 3 4 5 6 7
#include <stdlib.h> int _mallopt_r (struct _reent *ptr, int param_number, int value) { return mallopt (param_number, value); }