Searched refs:max_vec_size (Results 1 – 1 of 1) sorted by relevance
91 size_t max_vec_size = in CountResidentBytes() local95 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()