Searched refs:msan_malloc (Results 1 – 4 of 4) sorted by relevance
35 void *res = msan_malloc(size, &stack); \
273 void *msan_malloc(uptr size, BufferedStackTrace *stack);
330 void *msan_malloc(uptr size, BufferedStackTrace *stack) { in msan_malloc() function
1022 return msan_malloc(size, &stack); in INTERCEPTOR()