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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp83 #define GC_POOL_SIZE 200 macro
109 static wxGC wxGCPool[GC_POOL_SIZE];
113 memset( wxGCPool, 0, GC_POOL_SIZE*sizeof(wxGC) );
118 for (int i = 0; i < GC_POOL_SIZE; i++)
127 for (int i = 0; i < GC_POOL_SIZE; i++)
150 for (int i = 0; i < GC_POOL_SIZE; i++)

Completed in 89 milliseconds