What is the purpose of allocator.c?
jouae opened this issue · 1 comments
jouae commented
I noticed that the random directory only contains allocator.c and its execution results.
Judging from the name and functionality of the code, it seems to be testing the performance of different malloc() implementations for memory allocation. Based on the commit history, it hasn't been updated for four years. So, has this code been deprecated?
1a1a11a commented
It was used to benchmark malloc, but has not been used for some time.