mid_commom_uclibc_extend.h 185 B

12345678910
  1. #ifndef __UCLIBC_EXTEND__H__
  2. #define __UCLIBC_EXTEND__H__
  3. /*this api will get system malloc size by point*/
  4. size_t malloc_usable_size(void *mem);
  5. #endif /* __UCLIBC_EXTEND__H__ */