Searched defs:CLG_MALLOC (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
H A Dglobal.h888 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
891 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x) macro

Completed in 79 milliseconds