Searched refs:gMemoryMap (Results 1 – 1 of 1) sorted by relevance
114 static MemMapEntry gMemoryMap[MAX_MEM_TAG]; variable183 if (gMemoryMap[idx].tag == NULL) in getIndex()186 gMemoryMap[idx].tag = key; in getIndex()187 gMemoryMap[idx].curAlloc = 0; in getIndex()188 gMemoryMap[idx].maxAlloc = 0; in getIndex()189 gMemoryMap[idx].crc = crc; in getIndex()190 gMemoryMap[idx].first = NULL; in getIndex()191 gMemoryMap[idx].last = NULL; in getIndex()199 if (gMemoryMap[idx].crc == crc && in getIndex()200 LSTRCMP(gMemoryMap[idx].tag, key) == 0) in getIndex()[all …]