Lines Matching full:heapmap
5441 static HeapMap<HeapInfo> *G_heap_map;
5449 static HeapMap<ThreadStackInfo> *G_thread_stack_map;
5522 typedef HeapMap<ExpectedRace> ExpectedRacesMap;
6323 for (HeapMap<HeapInfo>::iterator it = G_heap_map->begin();
8559 G_heap_map = new HeapMap<HeapInfo>;
8560 G_thread_stack_map = new HeapMap<ThreadStackInfo>;