Searched refs:EXTRA_ALLOC (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/common/
H A Dstring.cpp52 // NB: EXTRA_ALLOC must be >= 0!
53 #define EXTRA_ALLOC (19 - nLen % 16) macro
213 (sizeof(wxStringData) + EXTRA_ALLOC + 1), false );
221 malloc(sizeof(wxStringData) + (nLen + EXTRA_ALLOC + 1)*sizeof(wxChar));
230 pData->nAllocLength = nLen + EXTRA_ALLOC;
277 nLen += EXTRA_ALLOC;
338 nLen += EXTRA_ALLOC;
366 nLen += EXTRA_ALLOC;

Completed in 101 milliseconds