Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / n.sh
1 #!/bin/sh
2
3 echo "generate test script"
4 ./pool_test_gen 64 256 1024 16 true >pool_test.txt
5
6 echo "run test script"
7 ./pool_test_run 64 256 false true <pool_test.txt