webengine/osswebengine/MemoryManager/Inc/FastAllocator.h
changeset 36 0ed94ceaa377
parent 8 7c90e6132015
child 65 5bfc169077b2
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    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;
    95   };
    96   };
    96 
    97 
    97 #endif //!__FASTALLOCATOR_H__
    98 #endif //!__FASTALLOCATOR_H__