Searched refs:mallinfo (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | malloc.h | 22 struct mallinfo { struct 77 extern struct mallinfo mallinfo _PARAMS ((void)); 80 #define _mallinfo_r(r) mallinfo () 82 extern struct mallinfo _mallinfo_r _PARAMS ((struct _reent *));
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.h | 132 #define dlmallinfo mallinfo 149 struct mallinfo { struct 302 struct mallinfo dlmallinfo(void); 609 struct mallinfo mstar_mspace_mallinfo(mspace msp);
|
| H A D | dlmalloc.c | 797 struct mallinfo { struct 857 #define dlmallinfo mallinfo 1018 struct mallinfo dlmallinfo(void); 1332 struct mallinfo mstar_mspace_mallinfo(mspace msp); 3428 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo() 3429 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo() 5026 struct mallinfo dlmallinfo(void) { in dlmallinfo() 5497 struct mallinfo mstar_mspace_mallinfo(mspace msp) { in mstar_mspace_mallinfo()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | malloc.h | 93 struct mallinfo { struct 107 extern struct mallinfo mallinfo __MALLOC_P ((void));
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 633 struct mallinfo { struct 665 #define dlmallinfo mallinfo argument 822 struct mallinfo dlmallinfo(void); 1121 struct mallinfo mspace_mallinfo(mspace msp); 2844 static struct mallinfo internal_mallinfo(mstate m, size_t *plargest_free) { in internal_mallinfo() 2845 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo() 4411 struct mallinfo dlmallinfo(void) { in dlmallinfo() 4415 struct mallinfo dlmallinfo_ex(size_t *plargest_free) { in dlmallinfo_ex() 4850 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
|
| H A D | dlmalloc.h | 178 struct mallinfo dlmallinfo(void); 179 struct mallinfo dlmallinfo_ex(size_t *plargest_free);
|