Lines Matching refs:INTERCEPTOR
46 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
53 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
60 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
68 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
76 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
88 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
98 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
105 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
125 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
135 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
140 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function