Go to the source code of this file.
Defines | |
| #define | CHILD_CNT 10 |
| #define | CHUNK_SIZE 512 |
| #define | BUF_SIZE (CHILD_CNT * CHUNK_SIZE) |
Variables | |
| static const char | file_name [] = "stuff" |
| #define BUF_SIZE (CHILD_CNT * CHUNK_SIZE) |
Definition at line 6 of file syn-write.h.
| #define CHILD_CNT 10 |
Definition at line 4 of file syn-write.h.
| #define CHUNK_SIZE 512 |
Definition at line 5 of file syn-write.h.
Referenced by main(), merge(), sort_chunks(), and test_main().
const char file_name[] = "stuff" [static] |
Definition at line 7 of file syn-write.h.
1.5.6