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

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

Completed in 27 milliseconds