Searched refs:msan_malloc (Results 1 – 4 of 4) sorted by relevance
35 void *res = msan_malloc(size, &stack);\
301 void *msan_malloc(uptr size, StackTrace *stack);
265 void *msan_malloc(uptr size, StackTrace *stack) { in msan_malloc() function
888 new_ptr = msan_malloc(copy_size, &stack); in INTERCEPTOR()906 return msan_malloc(size, &stack); in INTERCEPTOR()