Home
last modified time | relevance | path

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

/external/tesseract/ccutil/
Dmemry.cpp194 owner_counts[struct_count][index]++; in alloc_struct()
288 owner_counts[struct_count][index]--; in free_struct()
289 ASSERT_HOST (owner_counts[struct_count][index] >= 0); in free_struct()
Dmemblk.cpp64 EXTERN inT32 owner_counts[MAX_STRUCTS][MAX_CLASSES]; variable
966 owner_counts[struct_count][index] = 0; in identify_struct_owner()
1015 owner_counts[struct_count][name_index]); in check_struct()
1016 named_total += owner_counts[struct_count][name_index]; in check_struct()
Dmemblk.h161 extern inT32 owner_counts[MAX_STRUCTS][MAX_CLASSES];