Searched refs:kMallocStatusLen (Results 1 – 1 of 1) sorted by relevance
43 const unsigned int kMallocStatusLen = 1000000; in DumpMallocStats() local44 std::unique_ptr<char[]> buf{new char[kMallocStatusLen + 1]}; in DumpMallocStats()46 mstat.end = buf.get() + kMallocStatusLen; in DumpMallocStats()