Home
last modified time | relevance | path

Searched refs:tostruct (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/gmon/sys/
Dgmon.h132 struct tostruct { struct
163 struct tostruct *tos;
/glibc-2.36/gmon/
Dgmon.c151 p->tossize = p->tolimit * sizeof(struct tostruct); in weak_alias()
161 p->tos = (struct tostruct *)cp; in weak_alias()
Dmcount.c62 struct tostruct *top, *prevtop; in _MCOUNT_DECL()
/glibc-2.36/ChangeLog.old/
DChangeLog.132016 (struct tostruct): Use ACRINDEX as type for link field.
DChangeLog.79040 * gmon/gmon.c (_mcleanup): Free tostruct array allocated in monstartup.