Searched refs:kHeapprofdProgramPropertyPrefix (Results 1 – 1 of 1) sorted by relevance
145 constexpr char kHeapprofdProgramPropertyPrefix[] = "heapprofd.enable."; variable146 constexpr size_t kHeapprofdProgramPropertyPrefixSize = sizeof(kHeapprofdProgramPropertyPrefix) - 1;159 memcpy(data, kHeapprofdProgramPropertyPrefix, kHeapprofdProgramPropertyPrefixSize); in GetHeapprofdProgramProperty()