webengine/osswebengine/MemoryManager/Inc/FastAllocator.h
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    90 private:
    90 private:
    91     CNewSymbianHeapPool* iPool;
    91     CNewSymbianHeapPool* iPool;
    92 #ifdef TRACK_ALLOCATIONS
    92 #ifdef TRACK_ALLOCATIONS
    93     TUint32 iNextCellId;
    93     TUint32 iNextCellId;
    94 #endif
    94 #endif
    95     friend class MemoryManager;
       
    96   };
    95   };
    97 
    96 
    98 #endif //!__FASTALLOCATOR_H__
    97 #endif //!__FASTALLOCATOR_H__