Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.h132 bool AppendBase64(uint64 value, int width);
Ddeep-heap-profile.cc174 buffer->AppendBase64(state.pfn, 4); in CommittedSize()
182 buffer->AppendBase64(pagecount, 1); in CommittedSize()
544 bool DeepHeapProfile::TextBuffer::AppendBase64(uint64 value, int width) { in AppendBase64() function in DeepHeapProfile::TextBuffer