MCPcopy Create free account
hub / github.com/coreutils/coreutils / save_to_hold_area

Function save_to_hold_area

src/csplit.c:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 These bytes will be retrieved later when another large buffer is read. */
244
245static void
246save_to_hold_area (char *start, idx_t num)
247{
248 free (hold_area);
249 hold_area = start;
250 hold_count = num;
251}
252
253/* Read up to MAX_N_BYTES bytes from the input stream into DEST.
254 Return the number of bytes read. */

Callers 1

record_line_startsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected