Searched refs:sizeOf (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogStatistics.h72 size_t sizeOf() const { function in class:LogHashtable
710 size_t sizeOf() const { function in class:LogStatistics
711 size_t size = sizeof(*this) + pidTable.sizeOf() + tidTable.sizeOf() +
712 tagTable.sizeOf() + securityTagTable.sizeOf() +
713 tagNameTable.sizeOf() +
726 size += uidTable[id].sizeOf();
728 size += pidSystemTable[id].sizeOf();
H A DLogStatistics.cpp768 totalSize += sizeOf();

Completed in 8 milliseconds