adjust the size of the memory pools
This commit is contained in:
@@ -289,6 +289,7 @@ int main( int argc, const char ** argv )
|
||||
if ( !errorID ) {
|
||||
printf( "Load time=%d\n", loadTime - startTime );
|
||||
printf( "Delete time=%d\n", deleteTime - loadTime );
|
||||
printf( "Total time=%d\n", deleteTime - startTime );
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user