uiaccelerator_plat/alf_visual_api/inc/goommonitor/goommonitorsession.h
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
    18 
    18 
    19 #ifndef R_GOOMMONITORSESSION_H
    19 #ifndef R_GOOMMONITORSESSION_H
    20 #define R_GOOMMONITORSESSION_H
    20 #define R_GOOMMONITORSESSION_H
    21 
    21 
    22 #include <e32std.h>
    22 #include <e32std.h>
       
    23 
       
    24 // Goom Events through Window Server
       
    25 #define KGoomMemoryLowEvent 0x10282DBF
       
    26 #define KGoomMemoryGoodEvent 0x20026790
    23 
    27 
    24 /**
    28 /**
    25  *  The maximum amount of memory that can be allocated without permission.
    29  *  The maximum amount of memory that can be allocated without permission.
    26  */
    30  */
    27 const TInt KGOomMaxAllocationWithoutPermission = 1048576;
    31 const TInt KGOomMaxAllocationWithoutPermission = 1048576;