Home
last modified time | relevance | path

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

/external/libcups/cups/
Dstring.c538 abytes, /* Allocated string bytes */ in _cupsStrStatistics() local
550 for (count = 0, abytes = 0, tbytes = 0, in _cupsStrStatistics()
561 abytes += sizeof(_cups_sp_item_t) + len; in _cupsStrStatistics()
572 *alloc_bytes = abytes; in _cupsStrStatistics()