Searched refs:dfsan_malloc (Results 1 – 4 of 4) sorted by relevance
83 new_ptr = __dfsan::dfsan_malloc(copy_size); in INTERCEPTOR()95 return __dfsan::dfsan_malloc(size); in INTERCEPTOR()
88 void *dfsan_malloc(uptr size);
31 void *res = dfsan_malloc(size); \
177 void *dfsan_malloc(uptr size) { in dfsan_malloc() function