Home
last modified time | relevance | path

Searched refs:HandleMalloc (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/tsan/
Dthread_sanitizer.cc6526 case MALLOC : HandleMalloc(e, false); break; in HandleOneEvent()
6528 case MMAP : HandleMalloc(e, true); break; // same as MALLOC in HandleOneEvent()
7564 void HandleMalloc(Event *e, bool is_mmap) { in HandleMalloc() function in Detector