Lines Matching defs:INTERCEPTOR
42 INTERCEPTOR(malloc_zone_t *, malloc_create_zone, in INTERCEPTOR() function
62 INTERCEPTOR(malloc_zone_t *, malloc_default_zone, void) { in INTERCEPTOR() function
67 INTERCEPTOR(malloc_zone_t *, malloc_default_purgeable_zone, void) { in INTERCEPTOR() function
74 INTERCEPTOR(void, malloc_make_purgeable, void *ptr) { in INTERCEPTOR() function
80 INTERCEPTOR(int, malloc_make_nonpurgeable, void *ptr) { in INTERCEPTOR() function
89 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) { in INTERCEPTOR() function
104 INTERCEPTOR(void *, malloc, size_t size) { in INTERCEPTOR() function
111 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
118 INTERCEPTOR(void *, realloc, void *ptr, size_t size) { in INTERCEPTOR() function
124 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { in INTERCEPTOR() function
130 INTERCEPTOR(void *, valloc, size_t size) { in INTERCEPTOR() function
136 INTERCEPTOR(size_t, malloc_good_size, size_t size) { in INTERCEPTOR() function
141 INTERCEPTOR(int, posix_memalign, void **memptr, size_t alignment, size_t size) { in INTERCEPTOR() function