Searched refs:GC_POOL_ALLOC_SIZE (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.cpp142 #define GC_POOL_ALLOC_SIZE 100 macro
155 wxGCPoolSize = GC_POOL_ALLOC_SIZE;
210 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
216 GC_POOL_ALLOC_SIZE*sizeof(wxGC));
225 wxGCPoolSize += GC_POOL_ALLOC_SIZE;
228 return wxGCPool[wxGCPoolSize-GC_POOL_ALLOC_SIZE].m_gc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp153 #define GC_POOL_ALLOC_SIZE 100 macro
166 wxGCPoolSize = GC_POOL_ALLOC_SIZE;
221 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
227 GC_POOL_ALLOC_SIZE*sizeof(wxGC));
236 wxGCPoolSize += GC_POOL_ALLOC_SIZE;
239 return wxGCPool[wxGCPoolSize-GC_POOL_ALLOC_SIZE].m_gc;

Completed in 102 milliseconds