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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc388 buffer.AppendUnsignedLong(time_value, 0);
509 bool DeepHeapProfile::TextBuffer::AppendUnsignedLong(unsigned long value, function in class:DeepHeapProfile::TextBuffer
1040 buffer->AppendUnsignedLong(all_total.committed_bytes(), 0);
1046 buffer->AppendUnsignedLong(profiled_mmap_.committed_bytes(), 0);
1048 buffer->AppendUnsignedLong(unhooked_total.committed_bytes(), 0);

Completed in 84 milliseconds