adjusted the memory pool size of t-009.c

This commit is contained in:
2025-06-15 17:22:53 +09:00
parent 9d18c2ce2a
commit 846cbcf951
2 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ int main()
double malloc_time = 0.0, free_time = 0.0;
no_plan();
hawk_init_xma_mmgr(&xma_mmgr, NUM_OPERATIONS * MAX_ALLOC_SIZE);
hawk_init_xma_mmgr(&xma_mmgr, 20000000);
srand((unsigned int)time(NULL));
start_time = clock();