Searched defs:IPA_Pool_Init_Param (Results 1 – 2 of 2) sorted by relevance
205 struct IPA_Pool_Init_Param struct207 MS_U32 space_id; //in: space id the pool will be created in208 char *pool_name;//in: global identify name for pool to shared between multiple process210 MS_U64 offset_in_heap; //in: pool location in space211 MS_U64 len; //in: pool length in space 213 MS_U32 pool_handle_id; //out: generate pool id based on space specified by space_id214 MS_U32 miu; //out: miu id this space belongs, index from 0.215 enum IPA_SPACE_TYPE space_type;//out: return space type to application216 MS_S32 error_code; // error code when pool init failed218 MS_U64 space_length; //out: space leagth[all …]