webengine/osswebengine/MemoryManager/Inc/FastAllocator.h
branchRCL_3
changeset 48 79859ed3eea9
parent 25 0ed94ceaa377
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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__