HomeSort by relevance Sort by last modified time
    Searched defs:kNameSize (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 18 const char MemoryAllocatorDump::kNameSize[] = "size";
63 if (strcmp(kNameSize, name) == 0)
memory_allocator_dump.h 45 static const char kNameSize[]; // To represent allocated space.
58 // AddScalar(kNameSize, kUnitsBytes, 1234);
94 // The size is the value set with AddScalar(kNameSize, kUnitsBytes, size);

Completed in 194 milliseconds