core/src/command_wrappers.cpp
changeset 72 c9dfb364c2d1
parent 0 7f656887cf89
child 76 b9edfff731fb
child 95 b3ffff030d5c
equal deleted inserted replaced
68:377ac716dabb 72: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 //