Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_heapprofd.cpp145 constexpr char kHeapprofdProgramPropertyPrefix[] = "heapprofd.enable."; variable
146 constexpr size_t kHeapprofdProgramPropertyPrefixSize = sizeof(kHeapprofdProgramPropertyPrefix) - 1;
159 memcpy(data, kHeapprofdProgramPropertyPrefix, kHeapprofdProgramPropertyPrefixSize); in GetHeapprofdProgramProperty()