Home
last modified time | relevance | path

Searched refs:mallinfo (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/minilibc/include/
A Dmm.h189 struct mallinfo struct
575 struct mallinfo; /* Forward reference */
576 int mm_mallinfo(struct mm_heap_s *heap, struct mallinfo *info);
582 struct mallinfo kmm_mallinfo(void);
584 int kmm_mallinfo(struct mallinfo *info);
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c675 struct mallinfo struct
709 #define dlmallinfo mallinfo argument
866 struct mallinfo dlmallinfo(void);
1165 struct mallinfo mspace_mallinfo(mspace msp);
2946 static struct mallinfo
2949 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()
4551 struct mallinfo
5016 struct mallinfo

Completed in 14 milliseconds