Searched refs:msan_malloc (Results 1 – 4 of 4) sorted by relevance
36 void *res = msan_malloc(size, &stack);\
289 void *msan_malloc(uptr size, StackTrace *stack);
255 void *msan_malloc(uptr size, StackTrace *stack) { in msan_malloc() function
903 new_ptr = msan_malloc(copy_size, &stack); in INTERCEPTOR()916 return msan_malloc(size, &stack); in INTERCEPTOR()