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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Stringlist/
H A Dstringlist.c53 #define _SL_CHUNKSIZE 20 macro
68 sl->sl_max = _SL_CHUNKSIZE;
91 (sl->sl_max + _SL_CHUNKSIZE) * sizeof(char *));
94 sl->sl_max += _SL_CHUNKSIZE;

Completed in 31 milliseconds