Searched refs:drd_malloc (Results 1 – 1 of 1) sorted by relevance
146 static void* drd_malloc(ThreadId tid, SizeT n) in drd_malloc() function185 return drd_malloc(tid, new_size); in drd_realloc()302 VG_(needs_malloc_replacement)(drd_malloc, in DRD_()