webengine/osswebengine/MemoryManager/Src/SymbianDLAllocatorWrapper.cpp
changeset 10 a359256acfc6
parent 1 7c90e6132015
child 26 cb62a4f66ebe
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    29 #endif
    29 #endif
    30 }
    30 }
    31 
    31 
    32 RSymbianDlAllocatorWrapper::~RSymbianDlAllocatorWrapper()
    32 RSymbianDlAllocatorWrapper::~RSymbianDlAllocatorWrapper()
    33 {
    33 {
       
    34 #ifdef OOM_LOGGING
       
    35     iPool->DumpHeapLogs();
       
    36 #endif
    34 }
    37 }
    35 
    38 
    36 TAny* RSymbianDlAllocatorWrapper::Alloc(TInt aSize)
    39 TAny* RSymbianDlAllocatorWrapper::Alloc(TInt aSize)
    37 {
    40 {
    38 #ifdef TRACK_ALLOCATIONS
    41 #ifdef TRACK_ALLOCATIONS