Home | History | Annotate | Download | only in lsan

Lines Matching refs:INTERCEPT_FUNCTION

259   INTERCEPT_FUNCTION(malloc);
260 INTERCEPT_FUNCTION(free);
261 INTERCEPT_FUNCTION(cfree);
262 INTERCEPT_FUNCTION(calloc);
263 INTERCEPT_FUNCTION(realloc);
264 INTERCEPT_FUNCTION(memalign);
265 INTERCEPT_FUNCTION(posix_memalign);
266 INTERCEPT_FUNCTION(__libc_memalign);
267 INTERCEPT_FUNCTION(valloc);
268 INTERCEPT_FUNCTION(pvalloc);
269 INTERCEPT_FUNCTION(malloc_usable_size);
270 INTERCEPT_FUNCTION(mallinfo);
271 INTERCEPT_FUNCTION(mallopt);
272 INTERCEPT_FUNCTION(pthread_create);
273 INTERCEPT_FUNCTION(pthread_join);