Lines Matching defs:INTERCEPTOR
37 INTERCEPTOR(void, free, void *ptr) {
45 INTERCEPTOR(void, cfree, void *ptr) {
53 INTERCEPTOR(void *, malloc, uptr size) {
61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) {
69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) {
78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) {
86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) {
91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) {
98 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) {
104 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
117 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
123 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; }
126 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
131 INTERCEPTOR(void *, valloc, uptr size) {
137 INTERCEPTOR(void *, pvalloc, uptr size) {
143 INTERCEPTOR(void, malloc_stats, void) { __memprof_print_accumulated_stats(); }