core/src/command_wrappers.cpp
changeset 59 c9dfb364c2d1
parent 0 7f656887cf89
child 78 b3ffff030d5c
equal deleted inserted replaced
58:377ac716dabb 59:c9dfb364c2d1
    15 
    15 
    16 //
    16 //
    17 // Constants.
    17 // Constants.
    18 //
    18 //
    19 
    19 
    20 const TInt KMaxHeapSize = KMinHeapSize * 1024;
    20 const TInt KMaxHeapSize = 1024*1024; // 1 MB
    21 
    21 
    22 
    22 
    23 //
    23 //
    24 // CCommandWrapperBase.
    24 // CCommandWrapperBase.
    25 //
    25 //