#ifndef __UCLIBC_EXTEND__H__ #define __UCLIBC_EXTEND__H__ /*this api will get system malloc size by point*/ size_t malloc_usable_size(void *mem); #endif /* __UCLIBC_EXTEND__H__ */