Lines Matching refs:INTERCEPTOR
23 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
27 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
31 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() function
35 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() function
39 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() function
43 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() function
47 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
51 INTERCEPTOR(void*, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() function
55 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() function
59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() function
63 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() function
67 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
71 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function