Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c129 static long tolimit = 0; variable
285 tolimit = s_textsize * ARCDENSITY / 100; in __monstartup()
286 if (tolimit < MINARCS) in __monstartup()
287 tolimit = MINARCS; in __monstartup()
290 tos = malloc_ea (tolimit * sizeof (struct tostruct)); in __monstartup()
296 memset_ea (tos, 0, tolimit * sizeof (struct tostruct)); in __monstartup()
364 if (toindex >= tolimit) in __mcount_internal()
400 if (toindex >= tolimit) in __mcount_internal()