Searched refs:allocCount (Results 1 – 5 of 5) sorted by relevance
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMStatstics.ts | 113 data.allocCount = malloc.allocCount - malloc.freeCount; 117 data.totalCount = malloc.allocCount; 142 data.allocCount = sub.allocCount - sub.freeCount; 146 data.totalCount = sub.allocCount; 202 data.totalCount += hook.allocCount; 213 data.allocCount = data.totalCount - data.freeCount; 263 allocCount: 'allocCount',
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMStatstics.test.ts | 54 allocCount: 0, 66 allocCount: 254, 128 allocCount: 20, 192 allocCount: 12, 256 allocCount: 2312, 320 allocCount: 92, 383 allocCount: 72,
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | NativeHook.test.ts | 88 allocCount: 0, 99 allocCount: expect.any(Number), 159 allocCount: 0, 173 allocCount: expect.any(Number),
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | NativeHook.ts | 42 allocCount: number = 0; property in NativeHookMalloc 64 allocCount: number = 0; property in NativeHookStatisticsTableData
|
/developtools/smartperf_host/ide/test/base-ui/table/ |
D | LitTable.test.ts | 440 allocCount: 461, 497 allocCount: 462,
|