Home | History | Annotate | Download | only in m_replacemalloc

Lines Matching defs:CALLOC

53    avoid such function calls in the first place.  See "#define CALLOC"
82 10070 CALLOC
145 and V. This is for calloc argument overflow checking; see comments
189 __builtin_delete, calloc, realloc, memalign, and friends.
569 /*---------------------- calloc ----------------------*/
591 #define CALLOC(soname, fnname) \
601 MALLOC_TRACE("calloc(%llu,%llu)", (ULong)nmemb, (ULong)size ); \
619 CALLOC(VG_Z_LIBC_SONAME, calloc);
620 CALLOC(SO_SYN_MALLOC, calloc);
623 CALLOC(VG_Z_LIBC_SONAME, calloc);
624 CALLOC(SO_SYN_MALLOC, calloc);