Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DNativeMemoryDataReceiver.ts16 interface NativeMemoryCacheType { interface
32 normalCache: Map<string, NativeMemoryCacheType>;
33 statisticsCache: Map<string, NativeMemoryCacheType>;
35 normalCache: new Map<string, NativeMemoryCacheType>(),
36 statisticsCache: new Map<string, NativeMemoryCacheType>(),