Home
last modified time | relevance | path

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

/third_party/glib/glibmemdfx/
Dgmemdfx.cpp58 static uint64_t memCount = 0; variable
104 if (enableDump && size == dumpSize && (memCount - dumpStart) % dumpCount == 0) { in GMemAllocDfx()
112 memMap[mem] = {memCount++, size, str, (intptr_t)mem}; in GMemAllocDfx()