]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Handling of repeated requests of buffers greather than the default page size. Allocat...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2010 12:33:15 +0000 (12:33 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2010 12:33:15 +0000 (12:33 +0000)
commit3dd6c6033d078383b4488b6a956f9cf150ab9763
tree678fbb98d20f690f8e0711a532a670a9c057fe81
parent1ac846e9722050dc94999ad2349bc69b4bdd116e
Handling of repeated requests of buffers greather than the default page size. Allocated memory increased whenever a new event required more space than available in each of the currently allocated buffers.
Releasing unused pages whenever a new page with more capacity is allocated. Decreasing also the default page size from 50 to 30 MB.
Adding a page summary for the statistics printout in debug mode.
HLT/BASE/AliHLTDataBuffer.cxx