I am trying to "benchmark" some sorting algorithms I learned from a book .
The problem is I can't reserve into memory more than 16383 long variables .
That means 64 kB .
I've read that a segment can only be 64KB long and I set the compiling options to "Large" .
That didn't help .

I'm using Borlandc 3.1 under MS-DOS