Home | History | Annotate | Download | only in perf

Lines Matching defs:malloc

2884      DEF(TOK_malloc, "malloc")
4216 DEF(TOK_malloc, "malloc")
6714 ptr = malloc(size);
6758 #define malloc(s) use_tcc_malloc(s)
6943 /* XXX: we rely only on malloc hooks */
21776 /* XXX: cannot do it with bound checking because of the malloc hooks */