Home
last modified time | relevance | path

Searched refs:SpungeMsgCreatePool (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h95 void *SpungeMsgCreatePool(int initSize, int maxSize);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c898 void *SpungeMsgCreatePool(int initSize, int maxSize) in SpungeMsgCreatePool() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c275 …inst->msgPool = SpungeMsgCreatePool(FILLP_MSG_ITEM_INIT_NUM, (int)g_spunge->resConf.maxMsgItemNum); in SpungeInstMsgBoxInit()