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

/macosx-10.10.1/pdisk-9/
H A Dio.c52 #define STRING_CHUNK 16 macro
333 ret_value = (char *) malloc(STRING_CHUNK);
338 length = STRING_CHUNK;
345 limit = (char *) malloc(length+STRING_CHUNK);
355 length += STRING_CHUNK;

Completed in 116 milliseconds