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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c543 static _cmsSubAllocator* PluginPool = NULL; variable
548 if (PluginPool == NULL)
549 PluginPool = _cmsCreateSubAlloc(0, 4*1024);
551 return _cmsSubAlloc(PluginPool, size);
642 if (PluginPool != NULL)
643 _cmsSubAllocDestroy(PluginPool);
645 PluginPool = NULL;

Completed in 30 milliseconds