Lines Matching defs:INTERCEPTOR
29 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
34 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
39 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
44 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
60 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
65 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
70 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() function
75 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() function
82 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
96 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) { in INTERCEPTOR() function
102 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
106 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
112 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
117 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
122 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function