Lines Matching refs:INTERCEPT_FUNCTION
197 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
198 INTERCEPT_FUNCTION(calloc); in initialize_interceptors()
199 INTERCEPT_FUNCTION(cfree); in initialize_interceptors()
200 INTERCEPT_FUNCTION(free); in initialize_interceptors()
201 INTERCEPT_FUNCTION(mallinfo); in initialize_interceptors()
202 INTERCEPT_FUNCTION(malloc); in initialize_interceptors()
203 INTERCEPT_FUNCTION(malloc_stats); in initialize_interceptors()
204 INTERCEPT_FUNCTION(malloc_usable_size); in initialize_interceptors()
205 INTERCEPT_FUNCTION(mallopt); in initialize_interceptors()
206 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
207 INTERCEPT_FUNCTION(mmap); in initialize_interceptors()
208 INTERCEPT_FUNCTION(mmap64); in initialize_interceptors()
209 INTERCEPT_FUNCTION(munmap); in initialize_interceptors()
210 INTERCEPT_FUNCTION(posix_memalign); in initialize_interceptors()
211 INTERCEPT_FUNCTION(pvalloc); in initialize_interceptors()
212 INTERCEPT_FUNCTION(realloc); in initialize_interceptors()
213 INTERCEPT_FUNCTION(reallocarray); in initialize_interceptors()
214 INTERCEPT_FUNCTION(valloc); in initialize_interceptors()
215 INTERCEPT_FUNCTION(__tls_get_addr); in initialize_interceptors()
216 INTERCEPT_FUNCTION(__libc_memalign); in initialize_interceptors()