summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/BlockAllocator.h
AgeCommit message (Expand)Author
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2021-10-08LibJS: Increase GC heap BlockAllocator cache sizeAndreas Kling
2021-05-28LibJS: Add inline capacity to BlockAllocator's blocks VectorIdan Horowitz
2021-05-27LibJS: Recycle up to 64 HeapBlocks to improve performance :^)Andreas Kling