Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_malloc_wrappers.h34 typedef void (*StopUsingMem)(const Addr a1, const SizeT len); typedef
38 const StopUsingMem stop_callback);
Ddrd_malloc_wrappers.c58 static StopUsingMem s_stop_using_mem_callback;
292 const StopUsingMem stop_callback) in DRD_()