Skip to content
  • mhahnenberg@apple.com's avatar
    Build fix · ce85b93f
    mhahnenberg@apple.com authored
    Unreviewed build fix
    
    Forgot to add a couple files.
    
    * heap/MarkedAllocator.cpp: Added.
    (JSC):
    (JSC::MarkedAllocator::tryAllocateHelper):
    (JSC::MarkedAllocator::tryAllocate):
    (JSC::MarkedAllocator::allocateSlowCase):
    (JSC::MarkedAllocator::allocateBlock):
    (JSC::MarkedAllocator::addBlock):
    (JSC::MarkedAllocator::removeBlock):
    * heap/MarkedAllocator.h: Added.
    (JSC):
    (DFG):
    (MarkedAllocator):
    (JSC::MarkedAllocator::cellSize):
    (JSC::MarkedAllocator::heap):
    (JSC::MarkedAllocator::setHeap):
    (JSC::MarkedAllocator::setCellSize):
    (JSC::MarkedAllocator::setMarkedSpace):
    (JSC::MarkedAllocator::MarkedAllocator):
    (JSC::MarkedAllocator::allocate):
    (JSC::MarkedAllocator::reset):
    (JSC::MarkedAllocator::zapFreeList):
    (JSC::MarkedAllocator::forEachBlock):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106677 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ce85b93f