Searched refs:fNodeTableVectorSize (Results 1 – 2 of 2) sorted by relevance
18 fNodeTableVectorSize(0), in AllocationInfo()57 fNodeTableVectorSize += vectorSize * elementSize; in AddNodeTableAllocation()162 PRINT(" vector size: %9lu\n", fNodeTableVectorSize); in Dump()165 areaSize += fNodeTableArraySize * sizeof(int32) + fNodeTableVectorSize; in Dump()
37 size_t fNodeTableVectorSize; variable