blob: 7b79053893507798523787ff715b490a11ad3ab6 [file] [log] [blame]
#include <stdlib.h>
size_t
_malloc_usable_size_r (struct _reent *ptr, void *mem)
{
return malloc_usable_size (mem);
}