Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts113 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/
DTabPaneNMStatstics.test.ts54 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/
DNativeHook.test.ts88 allocCount: 0,
99 allocCount: expect.any(Number),
159 allocCount: 0,
173 allocCount: expect.any(Number),
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts42 allocCount: number = 0; property in NativeHookMalloc
64 allocCount: number = 0; property in NativeHookStatisticsTableData
/developtools/smartperf_host/ide/test/base-ui/table/
DLitTable.test.ts440 allocCount: 461,
497 allocCount: 462,