Lines Matching refs:INTERCEPTOR
37 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
44 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
51 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
56 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
70 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
82 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
87 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
92 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
99 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
113 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
119 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
123 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
129 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
134 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
139 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function