Zbr's days.

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Fri, 04 Aug 2006

Network tree allocator.


I've started stress testing for new allocator.
First one is quite simple - system tries to allocate a lot of chunks of random size, when there is no memory or number of allocated chunks exceeds some threshold (1 million allocations), system starts to free them one by one from the begining. It is quite slow test, since test's freeing logic (do not confuse with freeing logic inside allocator) runs through the whole array (currently it contains 1 million entries) of allocated chunks and tries to free them all.

/devel/networking/nta :: Link / Comments ()