Home
last modified time | relevance | path

Searched defs:IPA_Pool_Init_Param (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvIPAPool_v2.h205 struct IPA_Pool_Init_Param struct
207 MS_U32 space_id; //in: space id the pool will be created in
208 char *pool_name;//in: global identify name for pool to shared between multiple process
210 MS_U64 offset_in_heap; //in: pool location in space
211 MS_U64 len; //in: pool length in space
213 MS_U32 pool_handle_id; //out: generate pool id based on space specified by space_id
214 MS_U32 miu; //out: miu id this space belongs, index from 0.
215 enum IPA_SPACE_TYPE space_type;//out: return space type to application
216 MS_S32 error_code; // error code when pool init failed
218 MS_U64 space_length; //out: space leagth
[all …]
H A DdrvIPAPool.h205 struct IPA_Pool_Init_Param struct
207 MS_U32 space_id; //in: space id the pool will be created in
208 char *pool_name;//in: global identify name for pool to shared between multiple process
210 MS_U64 offset_in_heap; //in: pool location in space
211 MS_U64 len; //in: pool length in space
213 MS_U32 pool_handle_id; //out: generate pool id based on space specified by space_id
214 MS_U32 miu; //out: miu id this space belongs, index from 0.
215 enum IPA_SPACE_TYPE space_type;//out: return space type to application
216 MS_S32 error_code; // error code when pool init failed
218 MS_U64 space_length; //out: space leagth
[all …]