webengine/osswebengine/MemoryManager/Inc/FastAllocator.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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__