Searched refs:kHeapprofdProgramPropertyPrefixSize (Results 1 – 1 of 1) sorted by relevance
146 constexpr size_t kHeapprofdProgramPropertyPrefixSize = sizeof(kHeapprofdProgramPropertyPrefix) - 1; variable155 if (size < kHeapprofdProgramPropertyPrefixSize) { in GetHeapprofdProgramProperty()159 memcpy(data, kHeapprofdProgramPropertyPrefix, kHeapprofdProgramPropertyPrefixSize); in GetHeapprofdProgramProperty()200 if (name_size >= size - kHeapprofdProgramPropertyPrefixSize) { in GetHeapprofdProgramProperty()205 memcpy(data + kHeapprofdProgramPropertyPrefixSize, start, name_size + 1); in GetHeapprofdProgramProperty()311 char program_property[kHeapprofdProgramPropertyPrefixSize + kMaxCmdlineSize]; in HeapprofdShouldLoad()