Searched defs:GROWTH_INC (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.h43 #define GROWTH_INC 5 macro
142 nsresult Grow(); // mCapacity += GROWTH_INC - realloc()s
143 nsresult Shrink(); // mCapacity -= GROWTH_INC - dumb, free, malloc

Completed in 41 milliseconds