Searched refs:msan_malloc (Results 1 – 4 of 4) sorted by relevance
35 void *res = msan_malloc(size, &stack);\
239 void *msan_malloc(uptr size, StackTrace *stack);
271 void *msan_malloc(uptr size, StackTrace *stack) { in msan_malloc() function
935 return msan_malloc(size, &stack); in INTERCEPTOR()