Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc91 size_t max_vec_size = in CountResidentBytes() local
95 new PSAPI_WORKING_SET_EX_INFORMATION[max_vec_size]); in CountResidentBytes()
97 std::unique_ptr<char[]> vec(new char[max_vec_size]); in CountResidentBytes()
99 std::unique_ptr<unsigned char[]> vec(new unsigned char[max_vec_size]); in CountResidentBytes()