Lines Matching refs:INTERCEPT_FUNCTION
265 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
266 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
267 INTERCEPT_FUNCTION(cfree); in InitializeInterceptors()
268 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
269 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
270 INTERCEPT_FUNCTION(memalign); in InitializeInterceptors()
271 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
272 INTERCEPT_FUNCTION(__libc_memalign); in InitializeInterceptors()
273 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
274 INTERCEPT_FUNCTION(pvalloc); in InitializeInterceptors()
275 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
276 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
277 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
278 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
279 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()