Changeset ,101

Show
Ignore:
Timestamp:
11/07/2008 04:33:27 PM (2 months ago)
Author:
Berkus <berkus@madfire.net>
branch-nick:
bzr
Message:

Use new BitArray? interface.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vesper/src/memory/MemoryManager.cpp

    r94 r101  
    134134        { 
    135135                // TODO: make this more efficient than O(n). 
    136                 uint32_t frameIdx = frames->firstClear(); 
     136                uint32_t frameIdx = frames->first_clear(); 
    137137                if (frameIdx == (uint32_t)-1) 
    138138                { 
     
    155155{ 
    156156        // TODO: make this more efficient than O(n). 
    157         uint32_t frameIdx = frames->firstClear(); 
     157        uint32_t frameIdx = frames->first_clear(); 
    158158        if (frameIdx == (uint32_t)-1) 
    159159        {