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

/xsrc/external/mit/libXft/dist/src/
H A Dxftinit.c50 } XftInUse[XFT_MEM_NUM] = { variable in typeref:struct:__anonc3fe12ff0108[]
76 XftInUse[i].name,
77 XftInUse[i].alloc_count, (unsigned long) XftInUse[i].alloc_mem,
78 XftInUse[i].free_count, (unsigned long) XftInUse[i].free_mem);
92 XftInUse[kind].alloc_count++;
93 XftInUse[kind].alloc_mem += size;
107 XftInUse[kind].free_count++;
108 XftInUse[kin
[all...]

Completed in 2 milliseconds