trace_event_memory.h | 91 const char* category; member in struct:base::debug::ScopedTraceMemory::ScopeData 95 // Memory for |category| and |name| must be static, for example, literal 97 ScopedTraceMemory(const char* category, const char* name) { 100 Initialize(category, name); 118 void Initialize(const char* category, const char* name); 161 #define INTERNAL_TRACE_MEMORY(category, name) \ 162 base::debug::ScopedTraceMemory INTERNAL_TRACE_MEMORY_ID(category, name); 164 #define INTERNAL_TRACE_MEMORY(category, name)
|