Searched refs:mallinfo (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/minilibc/include/ |
A D | mm.h | 189 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 D | SDL_malloc.c | 675 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