Lines Matching refs:INTERCEPT_FUNCTION
278 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()
279 INTERCEPT_FUNCTION(free); in InitializeInterceptors()
280 INTERCEPT_FUNCTION(cfree); in InitializeInterceptors()
281 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()
282 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()
283 INTERCEPT_FUNCTION(memalign); in InitializeInterceptors()
284 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()
285 INTERCEPT_FUNCTION(__libc_memalign); in InitializeInterceptors()
286 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
287 INTERCEPT_FUNCTION(pvalloc); in InitializeInterceptors()
288 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
289 INTERCEPT_FUNCTION(mallinfo); in InitializeInterceptors()
290 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
291 INTERCEPT_FUNCTION(pthread_create); in InitializeInterceptors()
292 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()