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

/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c433 static int cacheMalloced=0; local in function:createColormap
447 if(cacheEntries >= cacheMalloced){
452 if(cacheMalloced==0){
453 cacheMalloced=1;
457 cacheMalloced<<=1;
458 cmapCache=(struct cmapCache*)XtRealloc((char*)cmapCache,sizeof(struct cmapCache)*cacheMalloced);

Completed in 2 milliseconds