Home | History | Annotate | Download | only in asan

Lines Matching refs:INTERCEPTOR

62 INTERCEPTOR(void, free, void *ptr) {
67 INTERCEPTOR(void, cfree, void *ptr) {
72 INTERCEPTOR(void*, malloc, uptr size) {
77 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
93 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
98 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) {
103 INTERCEPTOR(void*, __libc_memalign, uptr align, uptr s)
106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
119 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
125 INTERCEPTOR(int, mallopt, int cmd, int value) {
129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
135 INTERCEPTOR(void*, valloc, uptr size) {
140 INTERCEPTOR(void*, pvalloc, uptr size) {
145 INTERCEPTOR(void, malloc_stats, void) {