Home
last modified time | relevance | path

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

/third_party/glib/glibmemdfx/
Dgmemdfx.cpp56 static std::unordered_map<void *, MemInfo> memMap; variable
99 if (memMap.find(mem) != memMap.end()) { in GMemAllocDfx()
112 memMap[mem] = {memCount++, size, str, (intptr_t)mem}; in GMemAllocDfx()
125 if (current != nullptr && memMap.erase(current) == 0) { in GChainMemFreeDfx()
137 if (mem != nullptr && memMap.erase(mem) == 0) { in GMemFreeDfx()
187 memMapCopy = memMap; in GetGMemDump()
/third_party/icu/icu4c/source/test/cintltst/
Dudatatst.c122 const char* memMap[][2]={ in TestUDataOpen() local
173 for(i=0; i<UPRV_LENGTHOF(memMap); i++){ in TestUDataOpen()
176 result=udata_open(path, memMap[i][1], memMap[i][0], &status); in TestUDataOpen()
178 …failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myEr… in TestUDataOpen()
180 …se("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memMap[i][1]); in TestUDataOpen()
213 for(i=0; i<UPRV_LENGTHOF(memMap); i++){ in TestUDataOpen()
216 result=udata_open(path, memMap[i][1], memMap[i][0], &status); in TestUDataOpen()
218 …failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myEr… in TestUDataOpen()
220 …se("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memMap[i][1]); in TestUDataOpen()
264 for(i=0; i<UPRV_LENGTHOF(memMap); i++){ in TestUDataOpen()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp1542 const BufferMemMap memMap(gl, GL_ATOMIC_COUNTER_BUFFER, 0, bufferSize, GL_MAP_WRITE_BIT); in iterate() local
1543 deMemset(memMap.getPtr(), 0, (int)bufferSize); in iterate()