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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp144 static int wxGCPoolSize = 0; variable
155 wxGCPoolSize = GC_POOL_ALLOC_SIZE;
158 wxGCPool = (wxGC *)malloc(wxGCPoolSize * sizeof(wxGC));
170 memset(wxGCPool, 0, wxGCPoolSize * sizeof(wxGC));
175 for (int i = 0; i < wxGCPoolSize; i++)
183 wxGCPoolSize = 0;
191 for (int i = 0; i < wxGCPoolSize; i++)
210 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
215 memset(&wxGCPool[wxGCPoolSize], 0,
219 wxGCPool[wxGCPoolSize]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp155 static int wxGCPoolSize = 0; variable
166 wxGCPoolSize = GC_POOL_ALLOC_SIZE;
169 wxGCPool = (wxGC *)malloc(wxGCPoolSize * sizeof(wxGC));
181 memset(wxGCPool, 0, wxGCPoolSize * sizeof(wxGC));
186 for (int i = 0; i < wxGCPoolSize; i++)
194 wxGCPoolSize = 0;
202 for (int i = 0; i < wxGCPoolSize; i++)
221 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
226 memset(&wxGCPool[wxGCPoolSize], 0,
230 wxGCPool[wxGCPoolSize]
[all...]

Completed in 120 milliseconds