Home
last modified time | relevance | path

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

/external/tesseract/ccutil/
Dmemblk.cpp271 inT32 totalspace; //total mem space in display_counts() local
324 for (totalspace = 0, totalchunks = 0, totalpspace = in display_counts()
328 totalspace += callers[callindex].counts[freeindex * 4 + 1]; in display_counts()
336 if (totalspace != 0 || totalfrees != 0) { in display_counts()
339 totalchunks, totalspace * sizeof (MEMUNION), in display_counts()
342 if (totalspace > 0) { in display_counts()